I’m trying to learn more about using Javascript in Unity and on numerous occasions I’ve run into Javascript commands that have no equivalent in Unity (such as ^(XOR) and various “String” commands).
Is there someplace that has a complete list of Javascript commands, functions, etc. that work in Unity?
Is there a way to gain access to a more complete Javascript command list from within Unity?
I can’t answer the question, but as a related point, I’d mention (if you don’t already know) that you can use .NET stuff for string functions. There are various topics around with examples of that.
And the Mono docs (which are total crap) and still can’t find what I’m looking for.
Doesn’t help that MSDN doesn’t work worth a darn under Firefox… argh…
With all the game engines (I can think of three off the top of my head: Unity, DXStudio and Anark) that use Javascript, you’d think there’d be at least one game oriented book out there for Javascript rather than just how to use it through a browser. Very frustrating…