diff --git a/Source/Editor/Surface/VisualScriptSurface.cs b/Source/Editor/Surface/VisualScriptSurface.cs index 57aa29d67..0d9a29e7f 100644 --- a/Source/Editor/Surface/VisualScriptSurface.cs +++ b/Source/Editor/Surface/VisualScriptSurface.cs @@ -39,8 +39,16 @@ namespace FlaxEditor.Surface { "Newtonsoft.Json.", "System.Array", + "System.ComponentModel.", "System.Linq.Expressions.", "System.Reflection.", + "System.Runtime.CompilerServices.", + "System.Runtime.InteropServices.", + "System.Runtime.Intrinsics.", + "System.Security.", + "System.Text.", + "System.Xml.", + "MS.", }; private static NodesCache _nodesCache = new NodesCache(IterateNodesCache);