Search Issue Tracker
Fixed in 10.1.0-preview.25
Votes
0
Found in [Package]
7.1.5
Issue ID
1275341
Regression
Yes
MaterialDescription Material Creation Mode causes materials to have SRP shaders assigned even when no SRP asset is set
How to reproduce:
1. Download the tester-attached fbx model
2. Create a new Unity project
3. Import the URP package(but don't set it as the project's rendering pipeline)
4. Import the downloaded model and inspect its materials
5. Select the model, navigate to the Materials tab and set 'Material Creation Mode' to 'Import via MaterialDescription'
Expected result: the materials are using a Standard shader
Actual result: the materials are using a Universal Render Pipeline/Lit shader
Reproducible with: 2019.4.10f1(URP 7.3.1, 7.4.1), 2020.1.0a19(URP 7.1.5, 7.4.3), 2020.1.5f1(URP 8.2.0, 9.0.0-preview.55), 2020.2.0b2(URP 8.1.0, 10.0.0-preview.26)
Not reproducible with: 2020.1.0a19(URP 7.1.2)
Could not test with: 2018.4.27f1(Material Creation Mode dropdown unavailable)
Notes:
Tested with URP
Before 2020.2.0a12 the default Material Creation Mode used to be 'Standard', meaning it had to be set manually for the issue to occur
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException is thrown and UI builder breaks when using a USS class with "transition-property: none"
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
Add comment