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
- [Android] Performing hardware comparison using "SAMPLE_TEXTURE2D_SHADOW" results in no shadow being rendered when the GameObject is instantiated manually
- Physics.Raycast fails when a Capsule Collider at a default position is used
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
This is a duplicate of issue #1336653