Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How can I have multiple children in a Parallel node evaluated? Are we missing a ReactiveParallel?#1011

Unanswered
feuaulac asked this question inQ&A
Discussion options

I need to separate actions to run simultaneously, each triggered by an independent condition node. I am using a Parallel node and created the following tree to illustrate my case. The Sleep(3000ms) simulates my long running action and I have a custom condition that tests a gamepad button press:
Screenshot from 2025-09-25 01-04-20

When I press button A, the Sleep(3000) start RUNNING and the rightmost branch freezes at its last reported state which is FAILURE. Therefore during the 3 seconds after button A is pressed, pressing button B does nothing. The button B condition is not being re-evaluated until the A's 3 seconds have timed out:
Screenshot from 2025-09-25 01-05-15

I ran one more test, just for the sake of completeness, to verify that two delays can "run" simultaneously:
Screenshot from 2025-09-25 01-06-54

Are we missing a ReactiveParallel node? Or am I just not using the correct pattern?

You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@feuaulac

[8]ページ先頭

©2009-2025 Movatter.jp