Can anyone suggest some resources that might be useful in getting my head wrapped around scripting in Unity. I’ve done the tutorials but I’d like to take things a bit further.
Any suggestions would be greatly appreciated…
Also, any idea if there will be a Unity book released ever?
I’d strongly recommend you use C# from the very beginning. There’s a lot more tutorials out there for C# than there are for JavaScript + .NET (if any exist at all).
The greatest resource at your disposal is the community. This includes the forum, the wiki and the irc channel. Just browsing the scripting section of the forum should teach you a lot.
Unfortunately, Ant is right about the lack of docs on “JavaScript” + .NET. We need to do something about that, because for many things C# is more annoying than JavaScript (in my opinion).
I’ve added some stuff here:
Please feel free to add anything I’ve left out and/or correct my mistakes.