Hi guys Can anyone point me in the direction of a good javascript book to use in tangent with unity3d
This is a bit of a mixed bag, as Unity’s version of JavaScript isn’t exactly in perfect alignment with the official JavaScript standards you might be familiar with. (Though, it’s good enough for most things as is…)
My recommendation is something like the JavaScript Pocket Reference by David Flanagan as a quick and dirty, no-frills reference on JavaScript’s syntax for handling things like if/then statements, looped routines and basic JavaScript terminology not already covered by Unity’s scripting reference.
reply cheers buddy