Search Issue Tracker
By Design
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
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
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.