Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.1f1
Issue ID
1009384
Regression
No
Image effects not completing before blitting to the screen
How to reproduce:
1. Download attached project and open "Example" Scene
2. Enter Play Mode
Actual result: Several cameras with post-processing effects are rendered and accumulated into a render texture. A final camera blits this texture to the screen. The post effects are not applied to the last accumulated image before being blitted. The frame debugger shows the post process not being called at all. In the attached program, three identical render passes are used to illustrate the issue. The first two render properly, the last does not have the post effects
Reproduced with: 2017.2.2f1, 2017.3.1p3, 2018.1.0b10, 2018.2.0a3
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note (2018.2.X):
PPv1 has been deprecated more than 2 years ago and was already on a deprecation path when this bug was initially raised.