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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
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
-.-