Ejemplo n.º 1
0
 void Update()
 {
     if (dialogIsLaunched)
     {
         if (activationManager.ActivationIsFinished())
         {
             dialogIsLaunched = false;
             currentDirector.playableGraph.GetRootPlayable(0).SetSpeed(1);
             actionsManager.UpdateAuthorizedAction(ActionsManager.Actions.Activate, false);
         }
     }
 }