Unity Issue Tracker - Using OnPostRender with OnRenderImage renders a black screen in the Game View
Closed
UUM-49478
Using OnPostRender with OnRenderImage renders a black screen in the Game View
Unity: Universal RP
As Designed
2023.3.X
2023.2.X
2023.1.X
2022.3.X
In documentation of OnRenderImage it is explicitly mentioned, that SRPs do not support the callback. https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnRenderImage.html
How to reproduce:
1. Open the attached “IN-53931“ project
2. In the “File” → “Build Settings” make sure that the selected Platform is Android
3. Open the Game View and Observe
Expected result: The downscaled textures are visible (2nd image)
Actual result: The Game view is black (1st image)