+ 2
What i need to learn to make an game in c#?
4 Answers
+ 1
First you need to learn c# and actually understand what c# can do and what not.
Second you need a game engine, for example Unity, and understand methods, which Unity uses to move objects or interact with them. You could jump right into it without learning, but that would be very tough.
+ 1
There are two ways.
1) Make a game in bare c#, which requires to code a game engine.
2) Use already existing engines like Unity.
0
unity3d
0
There are two ways.
1) Make a game in bare c#, which requires to code a game engine.
2) Use already existing engines like Unity.