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] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
This is a duplicate of issue #1336653