void OnGUI()
 {
     if (GameManager.Instance.ShipPrefabInShowRoom != null)
     {
         currentCam.OnGUICamController();
     }
 }