This is a fork of ClearScript that was made for Decentraland, a Unity game. ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript.
- Additional unsafe APIs unfit for upstream
- A tool to generate a Unity package, and the package itself
- Only JavaScript is supported
- x86 is not supported
- COM is not supported
- The Linux native library is built with glibc 2.31 (Ubuntu 20.04)
Add this line to your manifest.json:
"org.decentraland.clearscript": "https://github.com/decentraland/ClearScript.git?path=/Unity/Package",After you make a change, you must run PackageBuilder.exe, copy the new native libraries, if any, to Unity/Package/Plugins and also commit their debug symbols in the same commit.
We'd like to thank:
- The Microsoft team.
- The V8 team.
- The Jekyll team.
- Kenneth Reitz for generously providing the
Httpbinservice. - Michael Rose for generously providing the So Simple Jekyll theme.
- Toptal for generously providing the Toptal JavaScript Minifier.