Search Issue Tracker
By Design
Votes
0
Found in
2021.3.8f1
2022.1.13f1
2022.2.0b4
2023.1.0a6
2023.2.0a1
Issue ID
UUM-12250
Regression
No
Material thumbnail doesn't change using Render Objects to override a material
How to reproduce:
1. Open the attached project “MaterialBug_3763“
2. Open the “SampleScene“ Scene (Assets/Scenes/SampleScene)
3. Enable the Render Feature “Render Objects“ in the “URP-Balanced-Renderer” asset (Assets > Settings > URP-Balanced-Renderer)
4. Inspect the “White“ material (Assets/Material)
Expected result: The colour of the thumbnail of the “White“ material is the same as the colour of the “White“ material in the Inspector
Actual result: The colour of the thumbnail of the “White“ material is different than the colour of the “White“ material in the Inspector
Reproducible with: 2021.3.8f1,
2022.1.13f1,
2022.2.0b4, 2023.1.0a6
Can't with test:
2020.3.38f1 (Materials are pink)
Reproducible on: macOS (12.5)
Note: In the 2021.3.8f1 Unity version the thumbnail or the colour in the inspector doesn’t even change when changing the settings on the material
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
When using the URP "RenderObjects" renderer feature with the "Override Mode" set to material, all Game Objects with the layer targeted by the specific renderer feature will appear to have the override material (even though the name might remain unchanged)
It is by design that the materials assigned to the object are not overwritten as the override should only affect rendering and not the serialized material on disk.