1.8.0.0
- Support for debugging from Visual Studio Code (see here for details)
- Serialization/Deserialization of tables and objects to JSON
- JSON library added
- Unity Asset Store package - now in "pending approval" stage
- Various (breaking) changes to debugger infrastructure
- Added optional args to
Script.DoFile
,Script.DoString
andScript.DoStream
methods - Fixed issues and added optional args to
Script.DoFileAsync
,Script.DoStringAsync
andScript.DoStreamAsync
methods (.NET 4.x and PCL targets only) - Fixed a minor bug in table serialization of string fields
Warning : this version has some minor but breaking changes for custom debuggers. If you have implemented a custom debugger, be prepared to add a couple of new methods to your object (empty methods are enough).