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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
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
-.-