1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

most new unity packages starts with Unity.xx, this reduces the number of assemblies to look through by ~30

This commit is contained in:
Simon Rodriguez 2022-11-06 10:17:07 +01:00
parent a75f13e7bd
commit 445af6e703

View File

@ -163,6 +163,7 @@ namespace XNode {
// The following assemblies, and sub-assemblies (eg. UnityEngine.UI) are skipped
case "UnityEditor":
case "UnityEngine":
case "Unity":
case "System":
case "mscorlib":
case "Microsoft":