Skip to content

Unity_v2.0.0-pre.1,ApiLevel:30

Pre-release
Pre-release
Compare
Choose a tag to compare

中文版本请查看 doc/unity/zhcn/changelog.md

  1. Add a new language binding directly based on il2cpp and there will be huge performance benifit. see our docsite for more information.
  2. The package layout of unity code in this repository is changed to UPM layout.
  3. Move the commonjs-support package into this repository.

breaking change since 1.x

  1. System.DateTime will no longer translate to Date in Javascript #1145
  2. TypedValue could pass to a object only. You will no longer use it to select overload.
  3. If a method has no overload and default param, PuerTS will not check the type of the params in ReflectionMode(SlowBinding).
  4. The accessor key of ref object change to [0] instead of ['value']. (If all your code was using puer.$ref or puer.$unref, it will take no effect)
  5. As what we mentioned in changelog of 1.4: there will be no require by default in 2.0.

difference between Node.js/Quickjs/V8: wiki