From 445af6e7031bf5630a1ccbc00650e12af5da9b04 Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Sun, 6 Nov 2022 10:17:07 +0100 Subject: [PATCH] most new unity packages starts with Unity.xx, this reduces the number of assemblies to look through by ~30 --- Scripts/NodeDataCache.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/NodeDataCache.cs b/Scripts/NodeDataCache.cs index f74ea71..08ac91b 100644 --- a/Scripts/NodeDataCache.cs +++ b/Scripts/NodeDataCache.cs @@ -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":