Search Issue Tracker
By Design
Votes
0
Found in
2022.3.10f1
2023.1.13f1
2023.2.0b8
2023.3.0a4
Issue ID
UUM-49478
Regression
Yes
Using OnPostRender with OnRenderImage renders a black screen in the Game View
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)
Reproducible with: 14.0.3 (2022.2.0a16), 14.0.8 (2022.3.10f1), 15.0.6 (2023.1.13f1), 16.0.3 (2023.2.0b8), 17.0.0 (2023.3.0a4)
Not reproducible with: 12.1.12 (2021.3.30f1), 14.0.3 (2022.2.0a15)
Testing environment: macOS 13.4.1 (Intel)
Note: Couldn’t reproduce with Standalone Platform selected
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
In documentation of OnRenderImage it is explicitly mentioned, that SRPs do not support the callback. https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnRenderImage.html