void OnGUI()
 {
     if (Application.isEditor || Debug.isDebugBuild)
     {
         DebugConsole.DrawGUI();
     }
 }