v0.7.1
- Support Unity version up to 2022.1.x. Note:
Il2Cpp.GC::choose
makes the application crash in applications whose Unity version is above 2021.1. Il2Cpp.Class::toString
,Il2Cpp.Field::toString
andIl2Cpp.Method::toString
are now implemented in JavaScript. I know this is a considerable performance loss, but the C code looks much simpler now as less logic is involved, also dumping is actually performed once per application, so it's not a total drama.Il2Cpp.Class::interfaceCount
,Il2Cpp.Class::fieldCount
andIl2Cpp.Class::methodCount
were removed because unnecessary.- Faster Unity version detection: the memory isn't scanned anymore, the proper function is invoked instead.
Full Changelog: v0.7.0...v0.7.1