Search Issue Tracker
Fixed
Fixed in 1.0.13
Votes
0
Found in [Package]
1.0.12
Issue ID
BEHAVB-339
Regression
Yes
“NullReferenceException” is thrown and behavior graph is unusable when an edit is made in the graph
How to reproduce:
1. Open the attached “IN-107935_minimal.zip” project
2. Open the “Worker BT” behavior graph
3. Right click in the behavior graph and select “Add…”
4. Add any node from the popup
5. Observe the behavior graph and the Console
Expected result: Node does not appear in the graph and “NullReferenceException” error is repeatedly thrown in the Console
Actual result: Node appears in the graph, no errors are thrown in the Console
Reproducible with: 1.0.10 (6000.0.54f1, 6000.1.12f1, 6000.2.0b10), 1.0.12 (6000.0.54f1, 6000.1.12f1, 6000.2.0b10)
Not reproducible with: 1.0.9 (6000.0.54f1, 6000.1.12f1, 6000.2.0b10)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- An “NullReferenceException: Object reference not set to an instance of an object.” error is thrown in the Console
- The issue also reproduces when: removing a node, adding or removing a variable in the blackboard
- After reproducing the issue, further interactions with the behavior graph will not work (creating another node, adding variables to the blackboard, etc.)
- In 1.0.10 version all changes made to the graph are reflected, but the “NullReferenceException” error is thrown for each interaction with the graph
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
Add comment