Learning

I’m really fairly new to writing code in general only knowing basic C stuff and some Visual Basic.

For learning to write Javascript code for use in Unity would the best way be to read a Javascript book which applies everything to use on webpages?

Or does anyone know of a book or tutorial that applies Javascript to use inside Apps like Unity?

Thnx for any help u can give me.

I’d just start messing with Unity sample code.

JavaScript is a lot like the bastard stepchild of C and VB so you shouldn’t have too much trouble.

3/4 of any book on JavaScript is concerned with DOM shenanigans that no human being should have to know…