public void OnEnable()
 {
     lastSelectedTool = null;
     ChiselToolsOverlay.Register(this);
     EditorApplication.delayCall -= OnDelayedEnable;
     EditorApplication.delayCall += OnDelayedEnable;
 }
Example #2
0
 public void OnEnable()
 {
     lastSelectedTool = null;
     ChiselToolsOverlay.Register(this);
     ToolNotActivatingBugWorkAround();
     UpdateIcon();
     NotifyOnSelectionChanged();
 }