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
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
- [sw-unity-6-1] GameObject child is created in the last GameObject of the hierarchy instead in the selected GameObject by right clicking
- Lens Flare is misaligned when modifying the Camera's Viewport Rect
Resolution Note:
This behaviour was changed to work in a more defined way and not as a side effect.