Made ParseUtility helper to simplify and improve parsing of various input types

This commit is contained in:
Sinai
2021-05-09 01:25:26 +10:00
parent c828d9b642
commit c04a864b74
12 changed files with 512 additions and 106 deletions

View File

@ -275,7 +275,7 @@ namespace UnityExplorer
var name = toType.AssemblyQualifiedName;
if (!unboxMethods.ContainsKey(toType.AssemblyQualifiedName))
if (!unboxMethods.ContainsKey(name))
{
unboxMethods.Add(name, typeof(Il2CppObjectBase)
.GetMethod("Unbox")