Search Issue Tracker
Fixed
Votes
0
Found in [Package]
9.0.0, 8.1.0, 8.0.1.
Issue ID
1242252
Regression
Yes
[HDRP] ArgumentNullException error is thrown on pressing Cntrl + Z after removing volume profile overrides
-Undo operation does not work.
-ArgumentNullException error is thrown on pressing Cntrl + Z after removing volume profile overrides.
Steps to repro:
1. Create a new HDRP project
2. Project view > Right-Click > Create > Volume Profile.
3. Add Exposure Overrides > Remove it.
4. Press "Control + Z".
Actual Result:
ArgumentNullException error is thrown in the console.
Expected Result:
No error in the console.
Reproducible in:
2020.2.0a9, 2020.1.0b8, 2020.1.0a23 with Package Version 9.0.0, 8.1.0, 8.0.1.
Working Fine in:
2020.2.0a9, 2020.1.0b8, 2020.1.0a23 with Package Version 7.3.1.
Environment:
Only on Windows.
Stacktrace:
ArgumentNullException: Value cannot be null.
Parameter name: _unity_self
UnityEditor.Rendering.VolumeComponentListEditor.OnUndoRedoPerformed () (at Library/PackageCache/com.unity.render-pipelines.core@9.0.0-preview.13/Editor/Volume/VolumeComponentListEditor.cs:120)
UnityEditor.Undo.Internal_CallUndoRedoPerformed () (at <5951c2421c324f47883bd5ba8a4bf507>:0)
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler()
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note:
Fixed in 2020.1.0b9.3730