Unity Issue Tracker - No warnings are thrown when RenderPipeline tag is incorrect
Closed
UUM-59995
No warnings are thrown when RenderPipeline tag is incorrect
Unity: Shader System
As Designed
2023.3.X
2023.2.X
2023.2.0a19 onwards
2022.3.X
2022.3.6f1 onwards
There's no such thing as "incorrect render pipeline tag". It's matching a string against another string. An empty string is used for Built-in Render Pipeline, any other string is a valid render pipeline identifier.
Reproduction steps:
1. Open the attached “PixelTestSimple1.zip“ project
2. Observe the Console
Expected result: Warning about incorrect RenderPipeline tag is thrown
Actual result: No warnings are thrown