Good JavaScript books?

Iv lurked the forums found a few good online tutorial tuts but I want a hard copy of something that will teach me how to program games in unity using java script with no prior knowledge to coding what so ever, help will be greatly appreciated. no hating

I would suggest Tornado Twins on Youtube and the Unity Documentation. As far as books go it is implementation specific and Unity has it’s own Javascript implementation we call UnityScript which is different to ECMAScript (Which you will mainly find in books on “Javascript” and JScript.NET.

So getting a book might mislead you in Unitys implementation of the Javascript language. Sure you would pick up a few things in the books you could use in Unitys implementation but it would be a slow process. Small steps first.

I program in C# as I prefer it, I learned through books and Unitys documentation as books are not misleading for C# with Unity as C# is C# and nothing else.

As far as Unityscript books for a begginer Unity Game Development Essentials is a good read for newbies.

Peace,

since you seem to really want to learn javascript go to www.walkerboysstudio.com, i’m same a shallows i prefer using c# lol, i’m loving that one

correction :smile: it’s http://www.walkerboystudio.com
not www.walkerboysstudio.com with 2 s

thanks heaps guys appreciate the help