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
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
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
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
-.-