Search Issue Tracker
By Design
Votes
0
Found in
2021.3.13f1
2022.1.21f1
2022.2.0b14
2023.1.0a17
Issue ID
UUM-20375
Regression
Yes
The URP Light Objects are pink
How to reproduce:
1. Open the attached repro-project from Google Drive
2. Select the Scene view
3. Observe the URP Light Objects
Expected result: the URP Light Objects have textures.
Actual result: the URP Light Objects have no texture (pink).
Reproducible with: 2021.2.0a4, 2021.3.13f1, 2022.1.21f1, 2022.2.0b14, 2023.1.0a17
Not reproducible with: 2020.3.41f1, 2021.2.0a3(URP Light Objects have a texture, other textures are missing)
Reproducible on: macOS 11.6.5 (Intel)
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
The issue is not reproducible. The reproduction project on the trunk is in a bad state, multiple APIs used by the project have recently been deprecated and resulted in C# errors. The material can be fixed by using the Render pipeline Converter window ( "Window" -> "General" -> "Render Pipeline Converter" and converting the materials in the project to URP). The "Light object" material issue is simply an issue caused by the corresponding custom material using the built-in standard shader (which is not compatible with URP).