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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment