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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Add comment