Search Issue Tracker
Fixed
Votes
0
Found in
Issue ID
879126
Regression
No
Material renderQueue resets upon any changes made to the material or reselecting it
Steps to reproduce:
1. Create a new project
2. Create a new material
3. Change renderQueue value
4. Make any other changes
Expected result: values stay at what you changed them into
Actual result: renderQueue is reset to FromShader(2000)
Reproduced on 5.6.0b4, 5.6.0b7
Feature introduced in 5.6.0b4
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
MartinGebske
Jan 31, 2018 13:03
Hope this gets a quick fix. We're using custom Render Queues in our Project on Glass. And the editing is REALLY annoying.
-> Touch Specular Slider
-> Queue is reset to 3000
-> Change Specular value (blind)
-> Set Queue to 3001 manually
... Result is not like expected?
-> Repeat
-.-