Reply To: [BUG] Pause/Resume happens simultaneously

NodeCanvas Forums Support [BUG] Pause/Resume happens simultaneously Reply To: [BUG] Pause/Resume happens simultaneously

#16305
covis
Participant

I have custom ActionTask to play a PlayableDirector. So when the graph pauses I also want to pause the PlayableDirector. This is where I use ActionTasks OnPause() and OnResume() for Playable’s pause and resume. The current issue is that ActionTasks Execute() gets called once after pause has already happened triggering unwanted Resume therefore also resuming the PlayableDirector.