Books and/or Resources to improve Scripting

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?

This is a very nice introduction

That is great… thanks!

I’ll definitely go through this.

Any other links, books resource examples anyone can think of that you might want to add, please feel free to add them to this thread.

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.

Hey podperson great link