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
{