Steps to reproduce:
1. Create new Unity project using Mixed Reality template
2. Switch to VisionOS Platform
3. Build the project
4. Observe the Console window
Actual results: Shader warning is thrown after building project:
Shader warning in 'Occlusion/OcclusionSimpleLit': _FORWARD_PLUS shader keyword has been deprecated. Please update your shaders to use _CLUSTER_LIGHT_LOOP shader keyword instead, otherwise shader compilation times may be negatively affected. at /Users/…/Projects/ProjectName/Library/PackageCache/com.unity.render-pipelines.universal@facf525283ae/ShaderLibrary/ForwardPlusKeyword.deprecated.hlsl(12)
Expected results: No warnings thrown after building project
Reproducible with versions: (6000.2.2f1), Template version (2.1.2)
Tested on (OS): macOS Silicon, Sequoia 15.6 (M1)