Home › Forums › Syphon › Syphon Implementations – User › Unity3d and post effects › Reply To: Unity3d and post effects
May 16, 2011 at 3:06 pm
#4731
Participant
this question should actually have an easy solution. unity appears to render in order of script placement on a gameobject. make sure the syphon script is the last (lowest) script attached to the gameobject, and any bloom/glow/etc are above/before it.