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.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][URP][OpenGLES3] Render Texture memory increases by 50% when using OpenGLES 3
- MouseButton(0) loses click state when using Device Simulator and enabling "Any iOS Device" in Unity Remote
- [Linux] "Sending message header failed (11)" Warning in Console when opening or closing Standalone Profiler
- [Backport] MacOS Targetsupport Installers for Linux overwrite their content
- [Backport] Scheduled items, asynchronous tasks, and Update() are not run when EditorWindow is opened using ShowModalUtility()
Add comment