Search Issue Tracker
By Design
Votes
0
Found in [Package]
5.13.0
Issue ID
1154012
Regression
No
[SRP] DrawingSettings OverrideMaterial does not take property values compared to old camera.SetReplacementShader
How to reproduce:
1. Open the attached 'SRPOverrideMaterial.zip' project by QA
2. Open 'SRP0101' scene
3. Go to Play mode
Expected result: Objects are colored differently: pink, yellow, pale blue
Actual result: Objects are black
Reproducible: 2019.1.4f1, 2019.3.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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
This is not a bug.
The setting of custom Forward Renderer has default Layer Mask set to Nothing so it is not rendering the sphere's material color.
Also the Renderer Feature has override the material (red) and happens after rendering opaque object, so this will override eveything with red.