Hello.
I am using URP for video production purposes and this time I used LensFlare for almost 200 lights.
However, during the course of the production, when I enabled the occlusion function of LensFlare, it did not work properly and I was troubled by the phenomenon that there were lights where LensFlare disappeared.
After looking at the URP source code, I found that there is a constant that sets the maximum number of lights that can be occluded, and by changing this constant from 128 to 512 (the number is appropriate), I was able to work around the problem.
However, this is inconvenient because it requires manual adjustment each time the URP is updated in the future.
Are there any plans to allow the maximum number to be set from the outside?
Also, are there any non-performance issues with changing the maximum number?