playMaker

Author Topic: The "Wait" action does not work [SOLVED]  (Read 1153 times)

Poltor

  • Playmaker Newbie
  • *
  • Posts: 26
The "Wait" action does not work [SOLVED]
« on: July 02, 2019, 09:16:41 AM »
Hello everyone, please tell me why the "Wait" action may not work while the playmaker is running.
I attach several screenshots that show my problem.




After pressing the Play button in the editor of the Unity3D at the moment when the global event is called up, the action stops at State 48 and does not go any further.
If I remove the "Wait" action from the State48, then the execution continues, but it stops in exactly the same way on another State which contains the "Wait" action.
I use Unity3D 2018.3.14f1 and playmaker 1.9.0.p15
I can be wrong, but maybe before this problem appeared I accidentally clicked on Restore Default Settings in the playmaker editor.
How to fix this problem?
« Last Edit: July 02, 2019, 09:57:55 AM by Poltor »

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Re: The "Wait" action does not work
« Reply #1 on: July 02, 2019, 09:29:10 AM »
Try setting "Finish Event" to FINISHED in the wait action.

Poltor

  • Playmaker Newbie
  • *
  • Posts: 26
Re: The "Wait" action does not work
« Reply #2 on: July 02, 2019, 09:32:21 AM »
I tried, nothing has changed.

Poltor

  • Playmaker Newbie
  • *
  • Posts: 26
Re: The "Wait" action does not work
« Reply #3 on: July 02, 2019, 09:57:10 AM »
I apologize, I stupid it. Everything works as it should, I forgot to assign the value false to a boolean variable and constantly caused a global event, as a result of which the Wait action did not work.