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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment