+ 1
Which is better for unity game developement, C# or Javascript?
i was just wondering whuch one you guys recomend
2 Respuestas
+ 4
Unity does not support java, you mean javascript (Java is not the same).
I prefer c# as it has fast compile times, very helpful for large scale projects. Javascript is apparently easier to use (I couldnt tell you from experience since i just use c# with unity). So if your starting out id say go Javascript, if optimization is a concern use c#.
If you've ever done Java before, C# has very similar syntax too!
0
C# is the standard in Unity.