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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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
-.-