Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.9f1
2019.1.0a1
2019.2.0a1
Issue ID
1140216
Regression
No
Background is lighter when one of two camera's Viewport Rect is non-fullscreen and when OpenGL or Metal Graphics API is used
How to reproduce:
1. Open attached project "TestDoubleCameraStripped.zip" and scene "multicam"
2. In the Hierarchy window, select "Cube Camera"
3. In Inspector window, make sure that "Viewport Rect" x value is at 0.5 (must not be 0 to exit full viewport)
4. Make sure Edit -> Project Settings -> Player -> Graphics APIs for Windows is disabled and OpenGL is at the top
5. Observe Game view
Expected result: the game view background has the same color as set from camera
Actual result: the camera with higher depth is rendering the background in a lighter color in regards to the Viewport Rect
Reproducible with: 2018.3.11f1, 2019.1.0b9, 2019.2.0a10
Could not test with: 2017.4 due to Graphics API was not yet introduced in project settings
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note:
This is a non regression bug in a legacy system (built in camera stacking). As this has existed for such a long period we do not want to make potential changes to the system that could destabilize other use cases. We will not be fixing this issue.