Heh thanks guys for the replies, much appreciated. Ok sounds like the best thing to do is just get stuck in. I must admit even with the little C knowledge I've got, things are kinda familiar and the example code is making sense. I got stumped a bit earlier as it seems like they've made a lot of changes since 2.5, which the…
Not books, but these tutorials might help you get started. You might also want to check out Unity Develop which is a Unity/Javascript IDE made by the awesome guys at Blurst (code completion ftw). Here's a thread about it if you have troubles... and the actual thread which may have more info. I'm planning to take the C# or…
I didn't really knew any object oriented programming before I got into unity, and got along fine with it, just study a lot of the example projects and download other people's examples :) . The cool thing with unity is that the object oriented part is very visual, you're usually working with actual objects in a scene each…
I've done fine with JS in Unity. Just picked it up from the example scripts that come with the standard asset packages. Between that and the reference manual and the community forums, you can get along fine.
Unity's JS is more commonly called UnityScript, as it's actually a javascript syntax as opposed to full implementation of javascript. A lot javascript books of stuff beyond syntax is going to be pretty useless in the unity environment. Your best bet is to just dive in, read answers.unity3d.com, and smash your face into the…