Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X
Votes
0
Found in
6000.0.50f1
6000.1.5f1
6000.2.0b3
Issue ID
UUM-107872
Regression
No
"NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
How to reproduce:
1. Create a new Unity project
2. Create any VFX Graph and open it
3. Press the "Space" key in any open space to open the Node creation menu
4. Navigate to the folders and quickly click on them to expand and collapse them
5. Observe the Console
Expected results: No errors are thrown
Actual results: NullReferenceException is thrown
Reproducible with: 6000.0.50f1, 6000.1.5f1, 6000.2.0b3
Reproducible on: macOS Sequoia 15.4 (M1)
Not reproducible on: No other environment tested
First lines of the error:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.UI.VFXView.AddNode (UnityEditor.VFX.Variant variant, UnityEngine.Vector2 mPos) (at ./Library/PackageCache/com.unity.visualeffectgraph@e07c4c789cd8/Editor/GraphView/Views/VFXView.cs:478)
UnityEditor.VFX.UI.VFXView.<ConnectController>b__20_1 (UnityEditor.VFX.Variant d, UnityEngine.Vector2 mPos) (at ./Library/PackageCache/com.unity.visualeffectgraph@e07c4c789cd8/Editor/GraphView/Views/VFXView.cs:308)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Visual artifacts appear when the HD Dynamic Resolution Component changes the resolution scale
- Domain Reload loading popup is dark when Editor Theme is set to "Light"
- Scene Views breaks and errors are spammed in the Console when the Game view is shrunk vertically to the minimum, and the Aspect Ratio is 16:9 or 16:10
- Slider Fill Area disappears after undoing “Set Native Size” change
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
Add comment