[Set the upper limit of the number of lights under the Unity URP rendering pipeline_Case sharing of the problem that the lights do not display]

In the Unity URP general rendering pipeline, there is a limit to the number of lights

1. My project is under the URP rendering pipeline. I created six point lights in the scene. When I turned the object, I found that the lights were not fully displayed, and they would appear flickering.

Please add a picture description

2. Check the upper limit of the number of lights in the RenderPipelineAsset configuration file, first in Edit<Project Setting

insert image description here

3. Select Quality in Project Setting, find UniversalRP Asset in Rendering

insert image description here

4. Select the UniversalRP Asset file

insert image description here

5. Find Lighting<Per Object Limit in the UniversalRP Asset file and set the quantity.

insert image description here
Please add a picture description
Please add a picture description

Guess you like

Origin blog.csdn.net/xukaibo111/article/details/130250456