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