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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note:
This behaviour was changed to work in a more defined way and not as a side effect.