private void OnEnable() { BaseEnable(); if(interactiveMusicCreatorGUI == null) { interactiveMusicCreatorGUI = new InteractiveMusicCreatorGUI(this); } interactiveMusicCreatorGUI.OnEnable(); }
private void OnEnable() { BaseEnable(); if (interactiveMusicCreatorGUI == null) { interactiveMusicCreatorGUI = new InteractiveMusicCreatorGUI(this); } interactiveMusicCreatorGUI.OnEnable(); }