Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.5.1
Issue ID
1316388
Regression
No
Reflection Probe is only baking skybox when Type is set to Baked
Reproduction steps:
1. Open the attached project ("1316388R.zip")
2. Open the "Reflection_Probe" scene
3. Select the "Reflection Probe" Game object
4. Change Reflection Probe Type to Realtime and observe the probe
5. Change Reflection Probe Type to Baked and press Bake
Expected result: Baked and Realtime Reflection Probes looks
Actual result: Baked reflection probe does not fully bake (see "4ncvG5ODRw.mp4" video)
Reproducible with: (7.5.1, 12.0.0) 2019.4.24f1, 2020.2.7f1, 2020.3.2f1, 2021.1.0f1, 2021.2.0a12
Could not test with: 2018.4.33f1 (URP not available)
-
zhuiying
Apr 08, 2021 03:48
There is another possible that your have a wrong render pipeline settings, so check if your render pipeline has modified, or create a new render pipeline
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
Resolution Note:
Baked reflection probes only capture game objects that are marked as static. None of the objects in the scene are marked as static. Marking them as static produces the expected result. More details on the different baking settings can be found in the documentation: https://docs.unity3d.com/Manual/class-ReflectionProbe.html