Search Issue Tracker
By Design
By Design in 2023.2.X
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
- GameObjects change Hierarchy order when undoing adding Component to multiple GameObjects
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
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.
Resolution Note (2023.2.X):
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.