From 37f0610eda25bf0dd01aa451ea38632ccf3f11c0 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sat, 19 Dec 2020 19:47:14 +0100 Subject: [PATCH] Unity: Update for 2018.4.30, 2019.4.16, 2020.1.15-17, 2020.2.0+ --- ...24.1-2018.4.18-2018.4.29.h => 24.1-2018.4.18-2018.4.30.h} | 0 .../{24.4-2019.4.15.h => 24.4-2019.4.15-2019.4.16.h} | 0 ...24.4-2020.1.11-2020.1.99.h => 24.4-2020.1.11-2020.1.17.h} | 0 .../UnityHeaders/{27-2020.2.0.h => 27-2020.2.0-2020.2.99.h} | 5 ++--- README.md | 4 ++-- 5 files changed, 4 insertions(+), 5 deletions(-) rename Il2CppInspector.Common/Cpp/UnityHeaders/{24.1-2018.4.18-2018.4.29.h => 24.1-2018.4.18-2018.4.30.h} (100%) rename Il2CppInspector.Common/Cpp/UnityHeaders/{24.4-2019.4.15.h => 24.4-2019.4.15-2019.4.16.h} (100%) rename Il2CppInspector.Common/Cpp/UnityHeaders/{24.4-2020.1.11-2020.1.99.h => 24.4-2020.1.11-2020.1.17.h} (100%) rename Il2CppInspector.Common/Cpp/UnityHeaders/{27-2020.2.0.h => 27-2020.2.0-2020.2.99.h} (99%) diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/24.1-2018.4.18-2018.4.29.h b/Il2CppInspector.Common/Cpp/UnityHeaders/24.1-2018.4.18-2018.4.30.h similarity index 100% rename from Il2CppInspector.Common/Cpp/UnityHeaders/24.1-2018.4.18-2018.4.29.h rename to Il2CppInspector.Common/Cpp/UnityHeaders/24.1-2018.4.18-2018.4.30.h diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2019.4.15.h b/Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2019.4.15-2019.4.16.h similarity index 100% rename from Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2019.4.15.h rename to Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2019.4.15-2019.4.16.h diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2020.1.11-2020.1.99.h b/Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2020.1.11-2020.1.17.h similarity index 100% rename from Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2020.1.11-2020.1.99.h rename to Il2CppInspector.Common/Cpp/UnityHeaders/24.4-2020.1.11-2020.1.17.h diff --git a/Il2CppInspector.Common/Cpp/UnityHeaders/27-2020.2.0.h b/Il2CppInspector.Common/Cpp/UnityHeaders/27-2020.2.0-2020.2.99.h similarity index 99% rename from Il2CppInspector.Common/Cpp/UnityHeaders/27-2020.2.0.h rename to Il2CppInspector.Common/Cpp/UnityHeaders/27-2020.2.0-2020.2.99.h index 43a435d..61c9fe5 100644 --- a/Il2CppInspector.Common/Cpp/UnityHeaders/27-2020.2.0.h +++ b/Il2CppInspector.Common/Cpp/UnityHeaders/27-2020.2.0-2020.2.99.h @@ -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 { diff --git a/README.md b/README.md index 9e44c67..9e6dc23 100644 --- a/README.md +++ b/README.md @@ -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.