Search Issue Tracker
Fixed in 2017.1.0f3
Votes
3
Found in
5.6.0f2
Issue ID
896692
Regression
Yes
OnPostRender executes at the wrong time ignoring Camera depth if Viewport Rect is not default
When using a multiple camera set-up to render individual parts of the scene, using OnPostRender will run scripts at the wrong time if the attached Camera has Viewport Rect set to anything but default (0,0, 1,1)
In this current example, the OnPostRender script from Camera 50 runs last overlapping everything else, instead of being rendered over by Camera 75.
If Viewport Rect is set to default on Camera 50, everything functions normally (Camera 75 renders over Camera 50 with a white screen).
Steps to reproduce:
1. Open attached project
2. Go to play mode
3. Select Camera 50 and observe Viewport Rect settings
4. Set Viewport Rect to default (X = 0, Y = 0, W = 1, H = 1)
5. Observe how screen turns white (Camera 75 renders over the screen correctly)
Reproduced on v 5.6.0f3 , 2017.1.0a5
Regression from v 5.5.3f1
Comments (3)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
dofallwn
Jul 05, 2017 18:34
Has this been resolved, having this, or an extremely simliar issue, when we upgraded to 5.6.1sp1. It says resolved/fixed, any idea when this was fixed?
dofallwn
Jul 05, 2017 18:34
Has this been resolved, having this, or an extremely simliar issue, when we upgraded to 5.6.1sp1. It says resolved/fixed, any idea when this was fixed?
theOtherHolmes
Apr 28, 2017 01:40
Having the same issue. I have two cameras with custom viewport rects and they render on top of everything, no matter what. But when set back to default, they render in the proper order.