Draw Sprite After GUI Is Drawn In Custom Render? (SOLVED)

Hi,

We have a screen fade sprite that we need to be drawing on top of everything else.
(including the GUI)

How can we draw the sprite after the GUI is drawn?
We already have a custom render.

You can download the current project below:
http://fallenangelsoftware.com/stuff/files/RedLightRacer/RedLightRacer.zip

Let us know, thanks!

J.

If you just want one thing to be drawn over the gui, copy the sprite material (in builtin > materials) and change the tag to what ever you want. Then add it to the render script. The sprites you want to use as fade animation you want to change the material to your material:



2 Likes

Hi,

Thanks, that worked…
Moving forward…

J.