Skip to content

Commit d02b3ea

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.5] Remove spamming shadow request limit warning
1 parent 10a0f3f commit d02b3ea

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • Packages/com.unity.render-pipelines.high-definition/Runtime/Lighting/Shadow

Packages/com.unity.render-pipelines.high-definition/Runtime/Lighting/Shadow/HDShadowManager.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,6 @@ internal int ReserveShadowResolutions(Vector2 resolution, ShadowMapType shadowMa
911911
{
912912
if (m_ShadowRequestCount >= m_MaxShadowRequests)
913913
{
914-
#if UNITY_EDITOR || DEVELOPMENT_BUILD
915-
Debug.LogWarning("Max shadow requests count reached, dropping all exceeding requests. You can increase this limit by changing the Maximum Shadows on Screen property in the HDRP asset.");
916-
#endif
917914
return -1;
918915
}
919916

0 commit comments

Comments
 (0)