- 2
Should I use JavaScript or C# In unity
I made my first game(woot woot)using game maker studio2,and it was nice(it was my first)but now I want to use unity, and the 2 main languages in unity are JavaScript and C#,so I want to know which one should I use (just type the answer and I will use majority rules)
3 Answers
+ 5
You can only use C#. Unity is cutting support for javascript.
https://www.sololearn.com/discuss/708962/?ref=app
+ 2
No need to check for majority. Unity stopped supporting UnityScript late last year, so you don't want to use that for it. C# is the way to go with Unity development going forward. As well, C# always had better support and resources available, so even if they supported UnityScript still, I'd highly recommend C#. It's the better language.
- 1
Thanks so much guys