Search Issue Tracker
By Design
Votes
0
Found in
6000.0.14f1
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-77347
Regression
No
[Linux] Lights are flickering and shadows sometimes disappear
How to reproduce:
1. Open the attached "Angialo.zip" Project
2. Navigate to "Assets/Scenes" and open the "MainMenu.unity" Scene
3. Enter the Play mode
4. Click Login
5. Click Host then click Start The Game button
6. Use the Mouse to move to the top of the map where there are a lot of torches
7. Observe the Lights and shadows
Expected result: The Shadows and Lights do not flicker
Actual result: The Shadows and Lights flicker
Reproducible with: 6000.0.14f1, 6000.0.5f1
Could not test with the older version due to package issues.
Reproduced on: Ubuntu 20.04
Not reproduced on: macOS Sonoma 14.5 (M1)
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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note:
The cause of the disappearing shadows is essentially a limitation and the solution is to make changes to the game as described in the player log:
"Too many additional punctual lights shadows to look good, URP removed 22 shadow maps to make the others fit in the shadow atlas. To avoid this, increase shadow atlas size, remove some shadowed lights, replace soft shadows by hard shadows ; or replace point lights by spot lights There are too many shadowed additional punctual lights active at the same time, URP will not render all the shadows. To ensure all shadows are rendered, reduce the number of shadowed additional lights in the scene ; make sure they are not active at the same time ; or replace point lights by spot lights (spot lights use less shadow maps than point lights)."