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
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Add comment