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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
- Errors and warnings are thrown after installing Visual Effect Graph Learning Samples
- Add Behaviour dropdown has a part in which the dropdown outline is cut out when the Add Behaviour dropdown is opened
Add comment