diff --git a/Editor/ShaderGraph/Targets/UniversalSimpleLitSubTarget.cs b/Editor/ShaderGraph/Targets/UniversalSimpleLitSubTarget.cs index 59a66de..90f3006 100644 --- a/Editor/ShaderGraph/Targets/UniversalSimpleLitSubTarget.cs +++ b/Editor/ShaderGraph/Targets/UniversalSimpleLitSubTarget.cs @@ -872,8 +872,10 @@ static class SimpleLitKeywords { CoreKeywordDescriptors.LightLayers }, { CoreKeywordDescriptors.DebugDisplay }, { CoreKeywordDescriptors.LightCookies }, -#if UNITY_2022_2_OR_NEWER - { CoreKeywordDescriptors.ForwardPlus }, +#if UNITY_6000_1_OR_NEWER + { CoreKeywordDescriptors.ClusterLightLoop }, +#elif UNITY_2022_2_OR_NEWER + { CoreKeywordDescriptors.ForwardPlus }, #else { CoreKeywordDescriptors.ClusteredRendering }, #endif