News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
8 | Follower
Stack Exchange - Game Development
05.02.2025
I have created a model in Blender and exported it as a .fbx file to Monogame, and the colours come out wrong. Here is the model as seen in Blender and as seen in my game respectively: All the sett...
I'm trying to make a turn-based game like XCOM, and I've run into an architectural problem that I haven't been able to solve for quite a long time. In my game, logic is completely separated from
Hello all I am making a little blackjack game in Unity. Although these classes don't actually use Monobehaviour or anything just yet. I have this method and I'm not sure it will work like this or ...
06.02.2025
I'm making a little program that's a bit like paint but instead of filling in pixels, it drops a block on mousebutton(0). I'm now trying to add a straight line toggle on it to make the mouse only m...