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…
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…
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.
Im currently messing with Unity with the intention of building a little game. Now thay may be a way off yet as im very much a beginner with programming. I learned the real basics of C but never anything game specific and nothing object oriented. Ive picked up a couple of really great books on Unity, which, along with the…