github Tencent/puerts Unity_Plugin_1.3.0
Unity_v1.3.0, ApiLevel:16

latest releases: upm/webgl/2.1.0, Unreal_v1.0.7, Unity_v2.1.0...
2 years ago

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

  1. rearrange the directory layout to support UPM
  2. Generator refactored. Generator is seperated to many small file now.
  3. Rename LibVersion to ApiLevel。
  4. JSFunction::Invoke refactored,fix #681
  5. Deleted some deprecated v8 calls. to make puerts compat with v8 8.4++。
  6. New concept LazyBinding
    In 1.3- when you write return false in filter for some c# member. That member will still do TypeRegist by reflection could be call during runtime.
    Now, this feature will still work. But that kind of member will do reflection during first invoke but not during TypeRegister.
  7. New form of filter
    To compat with the new LazyBinding mode. Filter now can not only return a boolean but can return a BindingMode. Which is a enum inculde FastBinding (means will generate static wrapper)、LazyBinding (mentioned above)、DontBinding (can not be called during runtime)。you can find an example in U2018Compatible.cs

we recommend you to use UPM to install PuerTS.

Don't miss a new puerts release

NewReleases is sending notifications on new releases.