I cannot understand the coding type in game development as I know c# . Can someone help me out ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ?

15th Sep 2019, 4:22 PM
Arjun Chakraborty
Arjun Chakraborty - avatar
1 Answer
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.
6th Oct 2019, 12:09 PM
paul
paul - avatar