0
C+ for Unity game devlopment?
Hi! Having no experience in coding, I am confused and I don't know what language fits the best my goal and my level. Any suggestion ?
5 Answers
+ 3
Zipoph l.
Unity Resources
- I believe to use unity script, you should have a fair understanding of C#.
https://www.sololearn.com/discuss/708962/?ref=app
+ 1
Learn Python at first no matter what.
This language brings you to the world of programming and it will be easier for you to learn other languages like Java/C#.
For Unity:
C#, C++.
+ 1
Although I think Unity supports C++ for some things, its main language is C#. So I would recommend C# to develop with it.
If you want to use C++, there are other engines like Unreal.
Btw Dror Dahari , Python is a good language, but I do not think the transition to other languages is easy for someone who starts. The problem is that Python lacks elements or features that other languages use strongly. Also, C# is a good first language, it is not so complicated to learn.
0
And just to precise, my game will be for ios and android
0
Thank you for your help, I start with C+ !