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