Unity: Update for 2018.4.30, 2019.4.16, 2020.1.15-17, 2020.2.0+

This commit is contained in:
Katy Coe
2020-12-19 19:47:14 +01:00
parent 7348003f36
commit 37f0610eda
5 changed files with 4 additions and 5 deletions

View File

@@ -380,7 +380,6 @@ typedef struct Il2CppAssemblyNameDefinition
{
StringIndex nameIndex;
StringIndex cultureIndex;
StringIndex hashValueIndex;
StringIndex publicKeyIndex;
uint32_t hash_alg;
int32_t hash_len;
@@ -1442,8 +1441,7 @@ typedef struct Il2CppAssemblyName
{
const char* name;
const char* culture;
const char* hash_value;
const char* public_key;
const uint8_t* public_key;
uint32_t hash_alg;
int32_t hash_len;
uint32_t flags;
@@ -1478,6 +1476,7 @@ typedef struct Il2CppAssembly
typedef struct Il2CppCodeGenOptions
{
uint8_t enablePrimitiveValueTypeGenericSharing;
int maximumRuntimeGenericDepth;
} Il2CppCodeGenOptions;
typedef struct Il2CppRange
{

View File

@@ -600,8 +600,8 @@ Unity version | IL2CPP version | Support
2019.3.7-2019.4.14 | 24.3 | Working
2019.4.15+ | 24.4 | Working
2020.1.0-2020.1.10 | 24.3 | Working
2020.1.11+ | 24.4 | Working
2020.2.0 (beta) | 27 | Working
2020.1.11-2020.1.17 | 24.4 | Working
2020.2.0+ | 27 | Working
2021.1 (alpha) | 27 | Partial
Please refer to the companion repository https://github.com/nneonneo/Il2CppVersions if you would like to track the changes between each IL2CPP release version.