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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.