Search Issue Tracker
Fixed in 13.x.x
Votes
0
Found in [Package]
master 2021 09 23
Issue ID
1367888
Regression
No
[HDRP] APV null reference error during undo operations
1) Open hdrp project that does not use APV (disabled)
2) Go to Window -> Rendering -> Probe Volume Settings (Experimental)
3) Dock the window somewhere
4) Select anything in the scene
5) Hit Undo
An error will pop:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Experimental.Rendering.ProbeVolumeBakingWindow.InitializeBakingSetList () (at D:/Git/Graphics/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs:106)
UnityEngine.Experimental.Rendering.ProbeVolumeBakingWindow.RefreshAfterUndo () (at D:/Git/Graphics/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs:176)
UnityEditor.Undo.Internal_CallUndoRedoPerformed () (at <459c57c4d2774924b076fc0df07c5268>:0)
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler()
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment