Search Issue Tracker
Fixed
Fixed in 1.0.12
Votes
1
Found in [Package]
1.0.11
Issue ID
BEHAVB-333
Regression
Yes
Nested "Run Subgraph" nodes cause infinite asset reimport
How to reproduce:
1. Create a new project
2. Install the Behavior package through Window → Package Manager → Unity Registry
3. Create 2 Behavior Graphs
4. Open one of the Behavior Graphs, create a “Run SubGraph“ node, and assign the other Graph
5. Connect the “On Start“ node to the “Run SubGraph“ node
6. Open the other Behavior Graph, create a “Run SubGraph“ node
7. Connect the “On Start“ node to the “Run SubGraph“ node
8. Observe the Editor
Expected results: The Editor handles nested behavior graphs
Actual results: The Editor becomes unresponsive, “Asset Import“ dialog box opens, and never finishes loading
Reproducible in: 1.0.11 (6000.0.54f1, 6000.1.13f1, 6000.2.0b11)
Not reproducible in: 1.0.10 (6000.2.0b11)
Could not test in: Any version (6000.3.0a1 - 6000.3.0a3) (Behavior package errors)
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Notes:
- Closing the editor by force and reopening the project, the Launch screen will get stuck on “Importing“
- After finishing importing the asset(s) once, it will begin importing them again, this time as the next iteration
- After step 5, a NullReferenceException error is thrown in the Console as well
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Add comment