Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.6.1f1
Issue ID
925184
Regression
Yes
Lightmap static objects can no longer be lit by light probes
Lightmap static objects are no longer lit by light probes. This is the case since Unity 5.4. In Unity 5.3, lightmap static objects could be lit by light probes.
Steps for reproduction:
1) Create a new scene and a lightmap static cube object
2) Create a light probe group
3) Open the Mesh Renderer component in inspector
4) Observe that `Light Probes` option in Mesh Renderer component is locked and can not be changed
Workaround solution for users who want to address this issue:
- It is possible to override `Light Probes` option in Mesh Renderer component through `Renderer.lightProbeUsage`.
Find the details about this API call here: https://docs.unity3d.com/ScriptReference/Renderer-lightProbeUsage.html
- Alternatively, you can just untick static, select the appropriate light probes usage and tick static again.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Tags window completely breaks and throws Exception errors when Adding a Tag to a GameObject
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Add comment