Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.15k stars 5.3k forks source link

UnityVersion 2020.2.4f1 - Error il2cpp_dump.cpp:422:39: error: no member named 'vector' in 'Il2CppArray' #71

Closed david8557 closed 2 years ago

david8557 commented 2 years ago

If we use #define UnityVersion 2020.2.4f1 and #define VersionAbove2020dot2, it will have error at this line auto items = reflectionTypes->vector;

Perfare commented 2 years ago

Why would you comment out '#define VersionAbove2018dot3'