Search Issue Tracker
By Design
Votes
0
Found in
5.6.0p4
Issue ID
908982
Regression
Yes
Multiple Camera viewports interacting wrong, using less screen space than expected
Steps to reproduce:
1. Open user attached project "CompositeImages.zip" in Unity 5.6
2. Select RainCone material in project window and set both opacity colours to white (It will make it easier to see the effect)
3. Open "compositeCameras" scene and enter play mode
4. Observe how both cameras that take up 50% of the screen also have 50% of the effect on them effectively having only 25% of screen space each
Expected result: Instead of cutting off the effect at 50% the effect camera should use 50% of the effect and stretch it over the entire camera viewport. Making it so that each camera is rendering 50% of the screen and has 100% of its screen space covered by the effect.
Actual result: Having a camera render effects with a viewport of width 0.5 onto a camera with a viewport of width 0.5 multiplies and ends up with 0.25 of the screen space covered with the effect instead of the 0.5
Reproduced on 5.6.0f3, 5.6.1p1, 2017.1.0b6
Regression introduced in 5.6.0a1
Does not reproduce on: 5.4.5.p1, 5.5.3p3
Notes: To observe effect on 5.4.5 and 5.5.3 open user attached project in https://oc.unity3d.com/index.php/s/tQgWTHoLrKJY7dd/download?path=%2F&files=CompositeImages5.4.4p4.rar
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
Add comment