Search Issue Tracker
By Design
Votes
0
Found in [Package]
11.0.0
Issue ID
1290390
Regression
No
[URP] GameObject material becomes pink after modifying Quality levels settings and entering the Play Mode
How to reproduce it:
1. Open the attached project '1290390.zip'
2. Load the “SampleScene” from the “Assets” > “Scenes” folder
3. Open Project Settings > Quality. Observe Level's checkboxes. Notice that the 'Medium' level is checked
4. Enter the Play Mode
5. Notice that GameObject's material is visible in the Game view
6. Leave the Play Mode
7. In the Quality settings uncheck 'Medium' level's checkbox
8. Enter the Play Mode
9. Observe the Game View
Expected result: GameObjects’ material doesn’t change after entering Play Mode
Actual result: GameObjects’ material becomes pink after entering Play Mode
Reproducible with: 7.3.1 (2019.4.15f), 8.2.0 (2020.1.14f1), 9.0.0-preview.72 (2020.2.0a19), 10.0.0-preview.26 (2020.2.0b8), 10.1.0 (2020.2.3f1), 10.2.0 (2021.1.0b4), 11.0.0 (2021.2.0a3)
Could not test with: 2018.4.29f1 and lower (Universal RP package is not introduced)
Notes:
- Reproducible when GameObjects’ material is using “Universal Render Pipeline/Lit” and “Universal Render Pipeline/Simple Lit”
- Not reproducible with HDRP project
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Something in the project sets the maximum shader LOD to 200, which is lower than what's set in URP/Lit (300). It uses the fallback shader.