Unity_v2.0.2,ApiLevel:32
中文版本请查看 doc/unity/zhcn/changelog.md
- fix: defaultParam's value is not as expected when StaticWrapper in generated @ctxdegithub
- fix: could not build puerts with v8_8.4. In Unity2020-, the xil2cpp mode binary with v8_9.4 of android armv7 may not work. #1469
- optimize: combine
libwee8.a
andlibpuerts.a
in android for xil2cpp mode @mingxxming - optimize: use universal binary instead of two binary with different arch in OSX now. @mikejurka
- optimize:
JsEnv
now have a publicIsolate
field to get the pointer ofv8::Isolate
@mingxxming - optimize: remove our
SnapshotBlob.h
. Use v8's builtin snapshot instead. #1477 - optimize: The build script can now run with low Node.js version @xiezheng-XD #1495
- optimize: support inspector by default in Linux @Geequlim
difference between Node.js/Quickjs/V8: wiki