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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
This is a duplicate of issue #1336653