- Home /
Question by
TomatoesNeverLie · Aug 16, 2019 at 10:06 PM ·
post processingpost-process-effectpost-processingpost effects
Running an OnRenderImage effect before the post processing stack (v2)
Hi. How would I execute a full screen effect written for OnRenderImage before the post processing stack renders? In the default setup any OnRenderImage methods are called after the post processing stack.
Comment
Answer by sewy · Dec 30, 2019 at 03:08 PM
[ImageEffectOpaque]
protected void OnRenderImage(RenderTexture source, RenderTexture destination)
This can be a first help, but won't affect transparent. Still looking for proper answer
Your answer
Follow this Question
Related Questions
URP: How can I view ScriptableRendererFeature in scene view? 1 Answer
Post Processing stack - Volume effects have all the fields disabled. 1 Answer
How to use Post Processing Stack with stencil masking shaders 0 Answers
How can I save and load a Coroutine state ? 0 Answers
Post Processing Script doesn't work 1 Answer