From 43ea56fb2975b8247bf57d3cc49e69476430a066 Mon Sep 17 00:00:00 2001 From: Jeff Campbell <1663648+jeffcampbellmakesgames@users.noreply.github.com> Date: Thu, 27 Feb 2020 11:19:49 +0100 Subject: [PATCH] PR Fix * Removed "Unity" as an assembly prefix to check for as users have reported issues with this previously in the past --- Scripts/XNodeRuntimeConstants.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/XNodeRuntimeConstants.cs b/Scripts/XNodeRuntimeConstants.cs index 027f979..9f112da 100644 --- a/Scripts/XNodeRuntimeConstants.cs +++ b/Scripts/XNodeRuntimeConstants.cs @@ -25,7 +25,6 @@ namespace XNode "nunit", "SyntaxTree", "System", - "Unity", "UnityEditor", "UnityEngine" };