Search Issue Tracker
Fixed
Fixed in 2022.3.16f1, 2023.3.0a15
Votes
0
Found in
2022.3.10f1
2023.3.0a7
Issue ID
UUM-51664
Regression
Yes
Light flickering when using Forward+ on Mobile
Steps to reproduce
- Pull the URP Sample Scene [https://github.cds.internal.unity3d.com/unity/com.unity.template.urp-sample]
- Build the Garden scene to Android or iOS
- Walk around and observe the lighting
Expected: No flickering
Actual: Flickering based on camera position
Based on the artifacts this seems like a z-bin issue
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2023.3.0a15):
Light flickering was caused by an overflow in the z bins on forward+ making light disappear or clipped. This is now fixed by ensuring the correct amount of lights are given to the z bins so they can't overflow.
Resolution Note (fix version 2022.3.16f1):
Light flickering was caused by an overflow in the z bins on forward+ making light disappear or clipped. This is now fixed by ensuring the correct amount of lights are given to the z bins so they can't overflow.