中文版本请查看 doc/unity/zhcn/changelog.md
- Add a new language binding directly based on il2cpp and there will be huge performance benifit. see our docsite for more information.
- The package layout of unity code in this repository is changed to UPM layout.
- Move the commonjs-support package into this repository.
breaking change since 1.x
System.DateTime
will no longer translate toDate
in Javascript #1145- TypedValue could pass to a object only. You will no longer use it to select overload.
- If a method has no overload and default param, PuerTS will not check the type of the params in ReflectionMode(SlowBinding).
- The accessor key of ref object change to
[0]
instead of['value']
. (If all your code was usingpuer.$ref
orpuer.$unref
, it will take no effect) - 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