- Home /
I know javascript but i don't understand Unity's javascript!
The title says it. I learned javascript in codecademy.com I have succesfully managed to write some simple web apps and some mini-mini-games in javascript. But the real issue is, i can't seem to understand a s*** of Unity's javascript (unityscript i have read? correct me if wrong).I just wanted to try to make a game in unity using my javascript skills, but I can't seem to understand what all of those class and stuff in MonoDevelop! Is there any interactive tutorial online that can help with this issue?
Answer by Jeff-Kesselman · May 27, 2014 at 12:16 AM
Its not Javascript.
Its UnityScript.
UnityScript and Javascript are two different flavors of ECMA script.
Start here: http://wiki.unity3d.com/index.php/UnityScript_versus_JavaScript
By the way. If you intend on doing much more then fooling around with Unity I strongly recommend you bite the bullet and learn C# ins$$anonymous$$d. You will be happier in the end, I can guarantee it.
C# also has the advantage of being usable outside of Unity. For the most part anyway.
Thanks a lot! All of your answers have really given me a HUUUUUGEEEE idea of how to do it.
Your answer
Follow this Question
Related Questions
Help With "Scripting" 1 Answer
[throwing an projectile to the nearest target] 1 Answer
Pause Button Help 2 Answers
Can someone help me fix my Javascript for Flickering Light? 6 Answers
How do I make a respawn system? 1 Answer