Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
12.0.0
Issue ID
1343138
Regression
Yes
[VFX graph] NullReferenceException is thrown when saving the graph
[VFX graph] NullReferenceException is thrown when saving the graph
NullReferenceException is thrown when saving the graph with the Save button in the VFX graph.
Steps to Repro:
1. Create a new Project
2. Add Visual Effect Graph Package
3. Create a new VFX Graph and open it
4. Save the Graph
5. Observe the NullReferenceException in Console.
Expected Result: Graph is saved without throwing errors
Actual Result: NullReferenceException is thrown.
Reproducible in: 2021.2.0b1 (12.0.0)
Working Fine in: 2021.2.0a21 (12.0.0)
Environment: Windows 10 and macOS 11.3
Note: No errors are thrown when the graph is saved using CTRL + S
Stack trace: NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.UI.VFXComponentBoard.DeactivateBoundsRecording () (at library/packagecache/com.unity.visualeffectgraph@12.0.0/editor/graphview/vfxcomponentboard.cs:354)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1336653