- Home /
Where is the best place to learn javascript?
Any websites that people use, directories, tutorials etc. anything that can help. Thanks! =)
Answer by Eric5h5 · Jan 14, 2011 at 11:43 PM
Javascript in Unity isn't really Javascript, it's a unique language sometimes called Unityscript. It used to be almost identical to JScript.NET, but Unity 3.0 added a number of features (see here). It might be better to learn another language first that has more learning resources, and then apply that programming knowledge to Unityscript later, using something like this for the differences.
Answer by FLASHDENMARK · Jan 15, 2011 at 05:48 PM
This guy TornadoTwins he is really awesome. He explains a little bit of about everything about Unity3D and he is especially fucusing on scripting(JavaScript) Watch all of hes videos(29 episodes i believe) and you will be on the way very nicely. :)
Hope this is satisfying enough :)
Answer by Justin Warner · Jan 14, 2011 at 11:23 PM
All you'll ever need:
http://www.oracle.com/technetwork/java/codeconvtoc-136057.html
http://download.oracle.com/javase/7/docs/api/
And our professor also gave us this, but I don't know what it is:
Java and Javascript are two completely different languages. Also, Unity doesn't use Java.
Eric is right, Javascript is inherited from Java and Java is inherited from C but they are completely different. They have a lot in common but the syntax differ.
@Bunny83: Javascript isn't inherited from Java; the name was just marketing. It's derived from EC$$anonymous$$AScript. It was supposed to be called LiveScript originally.
We'll, I've been using Java and it's worked fine, guess it must be pretty similar, sorry I'm not narrow $$anonymous$$ded.
@Justin: You haven't been using Java in Unity. C# is similar to Java, though. Don't know what you mean about "narrow $$anonymous$$ded"...the question was about Javascript specifically, which isn't related to Java.
Your answer
Follow this Question
Related Questions
Where can I get more help using Unity? 9 Answers
I need to learn unity scripting 4 Answers
Where Can I Find C# Tutorials 7 Answers
how to write code well? 3 Answers
hi.what is the best this or this 2 Answers