private IEnumerator WaitForInputDevice() { yield return(new WaitForSeconds(1f)); MasterInput.Terminate(); MasterInput.Initialize(); }