Search Issue Tracker
Fixed in 10.3.X
Votes
2
Found in [Package]
8.2.0
Issue ID
1289680
Regression
No
Exception in UnityEditor.Rendering.HighDefinition.HDBakedReflect error when baking reflection probes after clearing baked data
Steps to repro:
1. Pull the Sponza HDRP project: https://ono.unity3d.com/test-data/gi-tests/SponzaHDRP and sync to the revision 9ffcf594acd6;
2. Open the 'Sponza' scene;
3. In the Project folder find the 'SponzaLightingDay' scene and drag it to the Hierarchy;
4. In the Hierarchy double-click on the 'SponzaLightingDay' scene;
5. In the Lighting window ensure that the Progressive GPU lightmapper is selected as the baking backend;
6. In the Lighting window press 'Generate Lighting' button;
7. Wait until the baking is completed;
8. When the baking is completed, click on the dropdown list on the right side of the 'Generate Lighting' button and select 'Clear Baked Data';
9. In the Lighting window press 'Generate Lighting' button;
10.During the baking move the viewport in the Scene view (by dragging the right mouse button or scrolling the mouse wheel).
Expected result:
GI bake finishes without errors.
Actual result:
The error:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Rendering.HighDefinition.HDBakedReflectionSystem.Tick (UnityEditor.Experimental.Rendering.SceneStateHash sceneStateHash, UnityEditor.Experimental.Rendering.IScriptableBakedReflectionSystemStageNotifier handle) (at Library/PackageCache/com.unity.render-pipelines.high-definition@10.1.0/Editor/Lighting/Reflection/HDBakedReflectionSystem.cs:339)
UnityEditor.Experimental.Rendering.ScriptableBakedReflectionSystemWrapper.Internal_ScriptableBakedReflectionSystemWrapper_Tick (UnityEditor.Experimental.Rendering.SceneStateHash deps) (at <bd5493fc3cac4e0ca13e04a4b569b9a7>:0)
is shown in the Console. Se thee attached video.
Notes:
- Reproducible in 2020.1.0a4/HDRP 10.1.0; 2020.2.0b10/HDRP 10.1.0, 2020.1.0/HDRP 8.2.0
- Not reproducible after disabling the Reflection probes gameobject and rebaking.
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