Search Issue Tracker
By Design
By Design in 1.0.X
Votes
0
Found in [Package]
1.0.12
Issue ID
BEHAVB-349
Regression
No
Behavior Graph subgraphs are not showing completion when debugging
How to reproduce:
1. Open the attached “IN-118082.zip” project
2. Open the “SampleScene” scene
3. Open the “Main.asset” Behavior Authoring Graph in “Assets/Behaviours” directory
4. Press Debug
5. Select “Cube”
6. Enter Play Mode
7. Observe the BehaviorGraph
Expected result: Subgraphs show success upon completing
Actual result: Subgraphs are stuck on running or waiting
Reproducible with: 1.0.9 (6000.0.59f1), 1.0.12 (6000.0.59f1, 6000.2.7f1, 6000.3.0b4, 6000.4.0a1)
Not reproducible with: 1.0.8 (6000.0.59f1)
Reproducible on: Windows 11 Pro (24H2)
Not reproducible on: No other environments tested
Note: Bug is only visual and the subgraphs are actually completing, Debug is not showing proper completion
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
if you add a wait node after the run subgraph node, you will see that the run subgraph node indeed displays a debug checkmark indicating success
Resolution Note (1.0.X):
if you add a wait node after the run subgraph node, you will see that the run subgraph node indeed displays a debug checkmark indicating success