We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cf5dc commit 717172aCopy full SHA for 717172a
com.unity.render-pipelines.high-definition/Runtime/Lighting/Light/HDAdditionalLightData.cs
@@ -2160,12 +2160,6 @@ void LateUpdate()
2160
needRefreshPrefabInstanceEmissiveMeshes = true;
2161
}
2162
m_NeedsPrefabInstanceCheck = false;
2163
-
2164
- // Update the list of overlapping lights for the LightOverlap scene view mode
2165
- if (IsOverlapping())
2166
- s_overlappingHDLights.Add(this);
2167
- else
2168
- s_overlappingHDLights.Remove(this);
2169
#endif
2170
2171
#if UNITY_EDITOR
0 commit comments