Search Issue Tracker
Fixed
Fixed in 2022.3.8f1, 2023.1.9f1, 2023.2.0b13, 2023.3.0a1
Votes
0
Found in
2022.3.4f1
2023.1.2f1
2023.2.0a20
Issue ID
UUM-41333
Regression
No
Errors are thrown when deleting VFX and Subgraph assets
How to reproduce:
# Import the attached package
# Open scene
# Open Subgraph and main Graph side by side
# Select main graph and subgraph in the Project Browse, and delete it
Errors are thrown:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.UI.VFXComponentBoard.UpdateBoundsRecorder () (at C:/Users/vitaskruibyte/Documents/unity/packages/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs:371)
UnityEditor.VFX.UI.VFXComponentBoard.UnityEditor.VFX.UI.IControlledElement.OnControllerChanged (UnityEditor.VFX.UI.ControllerChangedEvent& e) (at C:/Users/vitaskruibyte/Documents/unity/packages/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs:725)
UnityEditor.VFX.UI.Controller.NotifyEventHandler (UnityEditor.VFX.UI.IControlledElement eventHandler, System.Int32 eventID) (at C:/Users/vitaskruibyte/Documents/unity/packages/com.unity.visualeffectgraph/Editor/GraphView/Controllers/Controller.cs:73)
Note: unsure if it is a regression
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text Object position shifts when selecting multiple Text Objects and expanding the Extra Settings in the Inspector
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
Add comment