static void AttachPolyFewToObject() { EditorPrefs.SetBool("polyfewAutoAttach", false); InspectorAttacher.AttachInspector(); }
static void EnableAutoUIAttaching() { //EditorPrefs.DeleteKey("polyfewAutoAttach");return; EditorPrefs.SetBool("polyfewAutoAttach", true); InspectorAttacher.AttachInspector(); }