Order in layer

I am having an issue with the Particle/Additive (soft) shader.
It seems that when I try to change it’s Render Queue, it does not work.
When I change my shader to something else, the Render Queue changes as
commanded. I need to use that specific shader to get the desired result.
Is anyone aware of the problem or a problem surrounding what may be the cause of this?

Thanks

ANYONE? DEVS?

I had the same problem with Unity 5.2, it just seems that the tags are not refresh on the object when you save the shader in mono. It should be ok if you set again the shader in the material after you do some modification to the Render Queue.

Hey Fuegan,

Thanks for the reply, I seem to be having an issue with it still.
I’m not 100% sure if I understand what you meant, but I am still giving it a try.
If anyone else knows how to fix this, please help me out.

Well my problem was when I changed the tag “Queue” in shader (let say “Geometry” to Geometry+1") it wouldn’t register the change on the materials using the shader. The solution I found is to re-apply the shader to the materials using it (Like drag&drop the shader on the material).

I hope this will make it clear and if you still have problems after that feel free to show us your code so we can know exactly what is happening.

Thanks for the reply, I managed to find an alternative shader for now.
But I will def use your approach in the future :slight_smile:

Really appreciate the help man!