There are 2 libraries in Plugins: mozjs-31. This is SpiderMonkey library, built from https://github.com/cocos2d/Spidermonkey (not Mozilla official repository, used by cocos2d-js). mozjswrap. This is JSBinding library, it links C# and SpiderMonkey tog…
Q: Why javascript file extension is .javascript?A: Because Unity treats .js files as Unity script and will try to compile it. Q: Does JSBinging support javascript debugging?A: No. We did support debugging in old versions, but it's very hard to use. Q…
Description JSBinding is a tool enabling you to run actual javascript in Unity3D. It contains Mozilla SpiderMonkey JavaScript engine version 33 library. JSBinding's target users are people who would like to develop Unity applications with existing or…
2048 Source 2048 source code is here: https://github.com/gabrielecirulli/2048 Play here!http://gabrielecirulli.github.io/2048/ The code contains 2 parts: logic and presentation(ui, animation, etc.). In order to make it run in Unity editor, JSBinding…