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