Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

v1.7.0-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@ialex32x ialex32x released this 27 Oct 10:36
· 320 commits to master since this release

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