Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.2.X, 2021.1.X
Votes
1
Found in
2019.4
2019.4.20f1
2020.2
2021.2.0a3
Issue ID
1311231
Regression
Yes
Reflection Probe is not baked after pressing "Bake" button in the per-probe Inspector window
Steps to repro:
1. Open the attached project and "SampleScene" scene;
2. In the Hierarchy select Reflection Probe gameobject;
3. In the Inspector press Bake button.
Expected result:
The reflection probe is successfully baked and the Scene/Game views are updated accordingly.
Actual result:
The reflection probe is not baked. The following warning is shown in the Console:
"OnDemand baking in progress...Can't read reflection probe lighting data asset until it's done.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)"
See attached video.
Regression introduced in Unity 2021.2.0a3 and backported back to 2019.4.20f1.
Workaround: bake the Lighting through the Lighting window, this works as epxected.
Notes:
- Reproducible in Version 2021.2.0a3;
- Not reproducible in Version 2021.2.0a2, 2021.1.0b5, 2020.2.3f1;
- Reproducible on OSX 10.15.7;
- Reproducible only when initially baking probes via the probe Inspector;
- Reproducible only for the Baked reflection probe, not reproducible for the Custom reflection probe;
- Reproducible in URP and legacy RP; not reproducible in HDRP;
- Not reproducible after having successfully baked the probes via the Lighting window.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
sevelee_ne
Mar 01, 2023 16:51
Got same problem. I deleted the GI cache on my computer and bake button works again.