mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
skip Unity and Microsoft assemblies while building cache
This commit is contained in:
parent
cf8c70203b
commit
cb4f6e8a33
@ -122,6 +122,8 @@ namespace XNode {
|
||||
case "UnityEngine":
|
||||
case "System":
|
||||
case "mscorlib":
|
||||
case "Unity":
|
||||
case "Microsoft":
|
||||
continue;
|
||||
default:
|
||||
nodeTypes.AddRange(assembly.GetTypes().Where(t => !t.IsAbstract && baseType.IsAssignableFrom(t)).ToArray());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user