Search Issue Tracker
By Design
Won't Fix in 5.6.X, 2017.1.X
Votes
3
Found in
2017.1.0p2
Issue ID
937031
Regression
No
Camera.targetTexture is not updated from OnPreRender to OnPostRender
Steps to reproduce:
1) Download attached project 'PostProcess.zip' and open in Unity
2) Open 'testScene' and press Play
Target texture is not updated from OnPreRender to OnPostRender on the quad(black quad)
Expected result: Target texture should be updated from OnPreRender to OnPostRender(rotating cube should be visible on the quad) (check attached video 'expected.mp4')
Actual result: Target texture is not updated from OnPreRender to OnPostRender(cube is not visible on the quad) (check attached video 'actual.mp4')
Reproduced with:
5.6.0p4, 5.6.3f1, 2017.1.0p2, 2017.2.0b5, 2017.3.0a2
Not reproduced with:
5.6.0f3, 5.6.0p3
Regression since:
5.6.0p4
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note:
This behaviour was changed to work in a more defined way and not as a side effect.