Search Issue Tracker
By Design
Votes
0
Found in
2018.2.10f1
Issue ID
1087001
Regression
No
[Android] Image is rendered outside of the Camera Viewport when scaling down the Viewport rect
Repro steps:
1. Open QA attached project "repro_1087001"
2. Build and Run on Android
3. Observe the borders of the image
Expected: Black bars appear outside of the viewport
Actual: The image is rendered outside of the viewport
Reproducible with: 2017.4.14f1, 2018.2.14f1, 2018.3.0b7, 2019.1.0a6
DUT:
Reproduced on:
VLNQA00144, Samsung Galaxy S9 (SM-G960U1), Android 8.0.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Didn't reproduce on:
VLNQA00137, Samsung Galaxy S9+ (SM-G965F), Android 8.0.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72
VLNQA00176, Xiaomi Redmi 4 (Redmi 4), Android 6.0.1, CPU: Snapdragon 430 MSM8937, GPU: Adreno (TM) 505
VLNQA00155, Meizu PRO 7 Plus (PRO 7 Plus), Android 7.0, CPU: MediaTek Helio X30 MT6799, GPU: PowerVR Rogue Marlowe
VLNQA00057, Htc One M9+ (HTC_M9pw), Android 5.0.2, CPU: MediaTek Helio X10 MT6795T, GPU: PowerVR Rogue G6200
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.1.X):
By design: Screen area outside camera's viewport rectangle is not being cleared (for performance reasons, as it is expected that after all cameras are done rendering the whole screen space would have been overwritten by them). That's why screen area not covered by any camera's viewport have random content.
To workaround this: create second camera which would fill the whole screen background with desired color