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
- "TMP_FontAsset.ClearAtlasTextures" set the size of Atlases to 1x1 when "setAtlasSizeToZero" is true resulting in a constant clearing of Atlases of size 1x1 on Editor Shutdown
- Build fails with cast error when building Linux Player
- Mouse cursor swapping between Input and Select mode when hovering over the Grid and Snap input field
- "Terrain" Component values reset when painting over a terrain border while two Inspector tabs are open
- [VFX] Tooltips are not shown anymore
Resolution Note:
This behaviour was changed to work in a more defined way and not as a side effect.