+ 2

What i need to learn to make an game in c#?

9th Mar 2017, 10:50 PM
Milos Petrovic
Milos Petrovic - avatar
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.
9th Mar 2017, 11:13 PM
StoneSmasher
StoneSmasher - avatar
+ 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.
10th Mar 2017, 2:33 AM
Jonas S.
Jonas S. - avatar
0
unity3d
9th Mar 2017, 11:13 PM
AtoMX
AtoMX - avatar
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.
10th Mar 2017, 2:33 AM
Jonas S.
Jonas S. - avatar