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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
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.