Search Issue Tracker
Fixed
Fixed in 2021.3.30f1, 2022.3.8f1, 2023.1.9f1, 2023.2.0a23
Votes
0
Found in
2021.3.27f1
2022.3.2f1
2023.1.0b20
2023.2.0a18
Issue ID
UUM-39924
Regression
No
[HDRP] HDRP has a hard limit of 64 total lights in an area which causes flickering
Steps to reproduce:
1. Open the attached project "T1583220.zip"
2. Open the "OutdoorsScene.unity"
3. Enter Play Mode
Expected results: When there are over 64 lights in the Scene, there is no flickering
Actual Results: When there are over 64 lights in the Scene, it causes some flickering
Reproducible in: HDRP 12.1.12 (2021.3.27f1), HDRP 14.0.7 (2022.3.2f1), HDRP 15.0.6 (2023.1.0b20), HDRP 16.0.2 (2023.2.0a18)
Environment tested on: Windows 10
Notes:
-Currently, there are some settings in the HDRP asset that allows setting a light limit (see Maximum Punctual On Screen and Maximum Area on Screen in https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@15.0/manual/HDRP-Asset.html) However, there are many places in the HDRP code where the 64 limit is hardcoded
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
Add comment