Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2020.3.36f1
2021.3.7f1
2022.1.11f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-9873
Regression
No
HDRP Wizard doesn't fix default built-in materials
How to reproduce:
1. Open or create any built-in RP project
2. Add a 3D Cube to the scene
3. Open package manager and install "High Definition RP package"
4. Window -> Rendering -> HDRP Wizard -> "Fix All"
5. "Convert All Built-in Materials to HDRP"
Expected result: 3D Cube material and shader updates to HDRP one
Actual result: 3D Cube stays pink
Reproducible with: 2020.3.36f1, 2021.3.7f1, 2022.1.11f1, 2022.2.0b3, 2023.1.0a4
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Resolution Note:
This is working as intended.
When creating a 3D object like this, the default material is applied to it. The default material is a code generated material and as such cannot be converted like a regular asset.
I also checked that a proper builtin material created on the disk is still converted as expected.
Resolution Note (2023.1.X):
This is working as intended.
When creating a 3D object like this, the default material is applied to it. The default material is a code generated material and as such cannot be converted like a regular asset.
I also checked that a proper builtin material created on the disk is still converted as expected.