+ 2
Which language is the best to develop a 2D platformer game in Unity?
I want to start working on a 2D platformer project so I thought it is better to get some advice before starting.
5 Answers
+ 4
https://www.sololearn.com/Course/CSharp/
^Unity's only supported language is C#, so that's where you'll want to start. Read through the course here and become familiar with the basics. Afterwards head over to www.Unity3D.com/learn and read the scripting area there. It'll show you all of the neat features that Unity provides via the C# scripting, so that's important. Of course, go through the other documentation and tutorials for the Engine. Plenty of amazing resources out there to learn from.
Best of luck!
+ 4
https://unity3d.com/learn/tutorials/s/scripting?_ga=2.203509136.1085935807.1532094936-714683015.1520517517
^Link to the scripting area of Unity's tutorials.
+ 2
Thank you so much.
0
thanks .
0
c# is good for that