Search Issue Tracker
Fixed
Fixed in 2022.2.7f1, 2023.1.0b4, 2023.2.0a1
Votes
0
Found in
2022.2.0b16
2023.1.0a21
2023.2.0a1
Issue ID
UUM-20622
Regression
No
Rendering stops and light cookie error is spammed when light limit is reached on iOS (Metal) using deferred
Mobile has a per frustrum light limit of 32 in URP. The expected result when this limit is hit is light popping. When the limit is hit in deferred while targeting iOS, the result is a black screen with index out of bounds errors spamming in the console.
Steps to reproduce:
# Open the attached project
# Observe the game view and that lights are working.
# Enable the single disabled point light in the hierarchy
Expected result: The point light either is not visible, or enabling it disabled an existing light
Actual result: Rendering stops (black screen) and an IndexOutOfRangeException is thrown every frame
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
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Resolution Note (fix version 2023.2.0a1):
Works as expected
Resolution Note (fix version 2023.1.0b4):
Works as expected
Resolution Note (fix version 2022.2.7f1):
Issue does not reproduce