Add UnityEditor and JetBrains.Annotations to default ignored namespaces

This commit is contained in:
Katy Coe
2020-01-21 02:42:21 +01:00
parent ff90ab7c96
commit 4c29821ee0
3 changed files with 15 additions and 9 deletions

View File

@@ -44,12 +44,14 @@ namespace Il2CppInspector
var excludedNamespaces = new List<string> {
"System",
"Unity",
"UnityEngine",
"UnityEngineInternal",
"Mono",
"Microsoft.Win32",
"AOT"
"Unity",
"UnityEditor",
"UnityEngine",
"UnityEngineInternal",
"AOT",
"JetBrains.Annotations"
};
// Dump each image in the binary separately