public void Simulate()
 {
     if (MWBEditor.EnableMWBEditorMode(this))
     {
         CleanUp();
         StartCoroutine(Run());
     }
 }