Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
moonsharp_release_2.0.0.0.zip | 2016-10-14 | 12.3 MB | |
2.0.0.0 source code.tar.gz | 2016-10-14 | 36.1 MB | |
2.0.0.0 source code.zip | 2016-10-14 | 37.3 MB | |
README.md | 2016-10-14 | 817 Bytes | |
Totals: 4 Items | 85.8 MB | 0 |
- Visual Studio Code debugging now supports multiple script objects
- Support for .NET Core
- Support for Unity WebGL
- Support for WSA targets at source level
- Improved support of other Unity targets
- Unity package is now included inside distribution zip file (easier to use and faster to deploy than the asset store)
- Stripped source distribution is now included inside distribution zip file (to ease custom framework builds)
- Improved compatibility layer for API changes between .NET framework releases
- Fixed : NuGet packages for VsCode debugger were broken
- Fixed : VsCode debugger breakpoints might get missed
- Fixed : VsCode debugger keeps the program running on exit because of a foreground thread
- Fixed an issue where hardwiring a delegate generated invalid ctor calls [#158] (thanks issingle)