Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in [Package]
5.0.0-preview
Issue ID
1100832
Regression
No
Shader Graph - Exception occurs when undoing deletion of a Gradient Node
Shader Graph - Exception occurs when undoing deletion of a Gradient Node
If you delete a Gradient Node from a Graph and then undo, a UnityException will occur.
UnityException: set_mode is not allowed to be called during serialization, call it from OnEnable instead. Called from ScriptableObject 'GraphObject'.
1. Launch Unity
2. Open the attached project
3. Open the PBRGraph Shader Graph Asset
4. Add a Gradient Node to the Graph
5. Delet the Gradient Node
6. Undo
Expected Result:
The Gradient Node should be readded to the Graph and no errors should appear in the console.
Actual Result:
An exception appears in the console.
Tested on
2019.1.0a9 with Shader Graph version 5.0.0-preview and LWRP version 5.0.0-preview
2018.3.0ab10 with Shader Graph version 4.1.0-preview and LWRP version 4.1.0-preview
Occurs on Windows and MacOS.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment