This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Releases: ialex32x/unity-jsb
Releases · ialex32x/unity-jsb
v1.7.4
- improved: split the generated d.ts file (configurable in prefs)
- fixed: compiler errors in dotnetcore example
- fixed: leaks of delegates (in some specific situations)
- fixed: leaks of unity object (JSEditorWindow/JSBehaviour/JSScriptableObject)
- fixed: the script runtime is not properly destroyed when the editor reloads the assembly due to any modification of C# sources
v1.7.3
v1.7.2
v1.7.1
- supports UPM installation now (git URL: https://github.com/ialex32x/unity-jsb.git#upm)
- automatically collects all type-cast methods
- supports defining type-cast methods in any assembly
- make plover built-in, and load automatically
v1.7.0-pre
IMPROVEMENT:
- support the serialization of nested values and javascript array in js-scriptable unity types
- refactor the serialization code (incompatible with the old data)
- use asmdef in jsb (divided into several assemblies)
- types in the generated code will not be a partial class of Values now
BUGFIX:
- bytebuffer leaks in serialization
- multi-dimension array and nested array in codegen
NOTE: the serialization data of typescript class is incompatible with all previous versions
v1.6.2
v1.6.1
- complete support for delegates with by-ref parameters in reflectbind mode
- lazy-loaded type binding in reflectbind mode
- js-bridge.json editor (PrefEditor)
- Object.FindObjectsOfTypeAll and ScriptableObject.CreateInstance support script classes now
- minor bugfixes