private void OnDisable() { if (cutsceneInput != null) { Debug.Log("[SerializeInputTest] OnDisable disable CutsceneInput"); cutsceneInput.DisableInputActions(); } else { Debug.Log("[SerializeInputTest] OnDisable no CutsceneInput"); } }
public override void StatePause() { cutsceneInput.DisableInputActions(); }