void Update() { if (Time.timeScale == 0) { xboxInput.Initialize(); } else { xboxInput.InputUpdate(); // 入力更新 } }
void Update() { xboxInput.InputUpdate(); // 入力更新 }