Tags: yuafa/il2cpp_plus
Tags
[fix] 修复了 2021.3.14起 GlobalMetadata::InitializeRuntimeMetadata 新增了对in… …itialized值为偶值的断言,但对于2021.3.0-2021.3.13版本,usage为kIl2CppMetadataUsageFieldRva时有可能返回initialized为奇数值的数据,导致断言失败的bug
[refactor] UNITY_VERSION 相关定义从 Il2CppCompatibleDef.h 移到 il2cpp-config.h
[refactor] UNITY_VERSION 相关定义从 Il2CppCompatibleDef.h 移到 il2cpp-config.h
[fix] 修复GlobalMetadata::GetTypeInfoFromTypeIndex返回的Interpreter Class未… …如AOT Class那样调用了ClassInlines::InitFromCodegen(klass)的bug [fix] 修复Class计算native_size的bug,不应该是native_size=instance_size,正确应该是native_size=instance_size-sizeof(Il2CppObject) [fix] 修复Marshal::SizeOf计算Interpreter Class大小时未调用Class::SetupFields以初始化native_size的bug(AOT Class没有这个问题)
[refactor] UNITY_VERSION 相关定义从 Il2CppCompatibleDef.h 移到 il2cpp-config.h