Been having trouble deciding on which scripting language to use… I’ve dabbled with each a bit but I want to take one to really concentrate on and learn in and out… My primary concern is development speed, so that kind of takes C# out of the equation, and UnityScript seems fastest, but I have no experience what-so-ever in JavaScript and some with Python - I played with PyGame awhile back.
So I’ve finally decided to give in and learn UnityScript, even though I really do not want to - I’d rather use Boo…
But I feel like I do not have much of a choice really since most of the documentation and examples are in it, so at the least I will have to learn it anyway to be able to translate it in to Boo if that is what I choose to use long term.
After reading up a bit on here, it’s fairly clear that the UnityScript implementation is quite a bit different then traditional JavaScript. So I’m not sure where to look for resources learning it, aside from just studying the examples.
Does anyone know any decent resources for mastering UnityScript beyond the basic examples - at least well enough so that I could easily translate the code in to Boo?