Search Issue Tracker
Active
Votes
0
Found in
2022.3.56f1
6000.0.34f1
6000.1.0b2
Issue ID
UUM-92662
Regression
No
Inconsistent NullReferenceException while connecting Edges in the Graph
*Steps to reproduce:*
# Open attached project
# Open TestGraph VFX asset
# Start linking TestFloat Property and/or Add nodes
# Hover over or near the Anchor before releasing the mouse button
*Actual results:* NullReferenceException: Object reference not set to an instance of an object is thrown
*Expected results:* No errors or warnings are thrown when connecting Edges
*Reproducible with versions:* 2022.3.56f1, 6000.0.34f1, 6000.1.0b2
*Tested on (OS):* Ubuntu 24, macOS 15.2
*Notes:*
* Couldn't reproduce in ShaderGraph. Tested using the same setup (1 Float Property and Multiple Add blocks)
*Full error message:*
* NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.VFXSlot.CanLink (UnityEditor.VFX.VFXSlot other) (at ./Library/PackageCache/com.unity.visualeffectgraph@593f22d24cce/Editor/Models/Slots/VFXSlot.cs:795)
UnityEditor.VFX.UI.VFXEdgeDragInfo.DisplayEdgeDragInfo (UnityEditor.VFX.UI.VFXDataAnchor draggedAnchor, UnityEditor.VFX.UI.VFXDataAnchor overAnchor) (at ./Library/PackageCache/com.unity.visualeffectgraph@593f22d24cce/Editor/GraphView/Elements/VFXEdgeDragInfo.cs:63)
UnityEditor.VFX.UI.VFXEdgeDragInfo+<>c__DisplayClass6_0.<StartEdgeDragInfo>b__0 (UnityEngine.UIElements.TimerState t) (at ./Library/PackageCache/com.unity.visualeffectgraph@593f22d24cce/Editor/GraphView/Elements/VFXEdgeDragInfo.cs:124)
UnityEngine.UIElements.VisualElement+TimerStateScheduledItem.PerformTimerUpdate (UnityEngine.UIElements.TimerState state) (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/VisualElementScheduler.cs:361)
UnityEngine.UIElements.TimerEventScheduler.UpdateScheduledEvents () (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/Scheduler.cs:376)
UnityEngine.UIElements.Panel.TickSchedulingUpdaters () (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/Panel.cs:1336)
UnityEngine.UIElements.UIElementsUtility.UnityEngine.UIElements.IUIElementsUtility.UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/UIElementsUtility.cs:277)
UnityEngine.UIElements.UIEventRegistration.UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElements/Core/UIElementsUtility.cs:108)
UnityEditor.RetainedMode.UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElementsEditor/RetainedMode.cs:47)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- No On Hover Behaviour on +'s in Input Actions Editor
- Clicking on overridden Components in the Prefab Override menu throws a Warning
- Vertex Snapping does not work when BatchRendererGroup Variants is set to "Keep All" and GPU Resident Drawer is set to "Instanced Drawing"
- TilemapRenderer color will display significantly darker when switching a tilemap to "SRP Batch" from "Chunk" or "Individual" Mode
- Error "Invalid editor window of type" is logged in the Console when double clicking an Editor Window to fullscreen it
Add comment