Search Issue Tracker
Fixed in 12.0.0
Votes
1
Found in [Package]
12.0.0
Issue ID
1336653
Regression
Yes
[VFX Graph] Graph cannot be saved and NullReferenceException is thrown when saving the graph
How to reproduce:
1. Create a new project or open the existing one
2. Create a new VFX Graph and open it
3. Save the Graph
Expected result: Graph is saved
Actual result: Graph can not be saved and 'NullReferenceException' is thrown to the console
Reproducible with: 2021.2.0a18 master
Notes:
- Graph can be saved using CTRL + S, but cannot be saved using 'Save' button
- Error message: 'NullReferenceException: Object reference not set to an instance of an object
UnityEditor.VFX.UI.VFXComponentBoard.DeactivateBoundsRecording () (at C:/Users/vita.skruibyte/Documents/SRP/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs:354)
UnityEditor.VFX.UI.VFXView.OnSave () (at C:/Users/vita.skruibyte/Documents/SRP/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXView.cs:1444)'
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
agritsishyn
Jun 27, 2021 01:15
Same for me. Also I can't build my app for Android with errors spam related to vfx graph