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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
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.