@@ -1,3 +1,5 @@
+#if ENABLE_VIEW
+
using System;
using System.Reflection;
using UnityEditor;
@@ -20,4 +22,5 @@ namespace ET
return value;
}
-}
+}
+#endif