0
I cannot understand the coding type in game development as I know c# . Can someone help me out ?
I learned c# but in unity there is another type of coding like... Input.getkeydown. and other things I can't understand this ? Can someone tell me what should I do for learning 2d and 3d game programming ?
1 Resposta
0
That is just the unity API it is C#. Input.GetKeyDown is just the name of the class etc. Spend time on Unity docs they explain them in more detail.