Search Issue Tracker
Fixed
Fixed in 1.0.7
Votes
0
Found in [Package]
1.0.6
Issue ID
BEHAVB-132
Regression
No
Parallel mode is set to Default when connecting to two nodes and choosing Run In Parallel Until Any Succeeds
Steps to reproduce:
- Create and open an empty project
- Install com.unity.behavior
- Create and open a behavior graph (Assets > Create > Behavior > Behavior Graph)
- Right-click on an empty area and add a "Wait" node
- Duplicate the "Wait" node
- Connect the OnStart node to both Wait nodes (a pop-up window should appear)
- In the pop-up window, select "Run In Parallel Until Any Succeeds"
- Click on the Run In Parallel Until Any Succeeds node
- In the inspector, observe the value of Parallel Mode
Actual results: Parallel Mode is set to "Default"
Expected results: Parallel Mode is set to "Until Any Succeeds"
Reproducible with versions: 1.0.6
Tested on (OS): MacOS (M1) 15.1.1
Notes:
- This is also the case for "Run In Parallel Until Any Complete" and "Run In Parallel Until Any Fail"
- Focusing out of and back in the behavior graph window changes the node name from ""Run In Parallel Until Any Succeeds" to just "Run In Parallel", reflecting that it is in fact set to Default
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 1.0.7):
Adding a Run In Parallel node and its various types from the branch dialog will set the correct mode.