- Home /
How to render a sprite in the opaque pass
Hi There,
Unity's sprite shader always seems to enter the transparent renderer for drawing, however I have a background texture that is fully opaque, and therefore adds an unnecessary full screen fill rate. Ideally I'd like this background to be handled in the opaque pass for performance, but I don't know how to make that happen, do I need to write a whole new shader?
Thanks in advance
Comment
Your answer
Follow this Question
Related Questions
How to change sprite opacity during runtime 3 Answers
Sprite Material help 0 Answers
Sprite Color Mask 0 Answers
How to crossfade sprites with overlaid sprites 0 Answers
How to resize shader area? 0 Answers