Search Issue Tracker
By Design
Votes
2
Found in
2022.3.17f1
2023.2.4f1
2023.3.0b1
Issue ID
UUM-59995
Regression
Yes
No warnings are thrown when RenderPipeline tag is incorrect
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
Reproducible with: 2021.3.34f1, 2022.3.17f1, 2023.2.4f1, 2023.3.0b1
Reproduced on: Windows 11 Pro
Not reproduced on: No other environment tested
Note: Couldn’t test with HDRP due to errors in the Console
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
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.