fix: changed valuegroupeditors because build wont respect editor folder with asmdef
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
using NodeCanvas.Editor;
|
#if UNITY_EDITOR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
using NodeCanvas.Editor;
|
||||||
using ParadoxNotion.Design;
|
using ParadoxNotion.Design;
|
||||||
using Reset.Core;
|
using Reset.Core;
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
@@ -477,4 +481,6 @@ public static class ValueGroupEditorUtilities{
|
|||||||
textColor = Color.white
|
textColor = Color.white
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user