Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a8
Issue ID
1246819
Regression
No
[Android] [Multi-display] Splash screen is not rendered in a full screen mode on the 2nd screen (additional monitor
Steps to reproduce:
1) Download attached project and open in Unity
2) Build the app
3) Connect device via HDMI cable to the additional monitor (second screen)
4) Launch this app on a device
Observe:
Splash screen will not be rendered in a full screen mode
Reproduced with:
2019.3.12f1, 2020.2.0a11
Devices under testing:
Reproduced with:
VLNQA00270, Samsung Galaxy S10e, Exynos 9 9820, Mali-G76, 9
Not reproduced with:
VLNQA00217, Razer2 , Snapdragon 845 SDM845, Adreno630, 9.0.0
P.S. Reproducible with Gles2, Gles3 and Vulkan Graphics APIs
Comments (1)
-
cs
Jan 20, 2021 16:21
There is a link mentioned on the project. Is there a way to look at this project?
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (2020.2.X):
By design: phone display aspect ratio is different from the external display aspect ratio. While the splash screen is being rendered there is no scene/camera loaded yet to render specificaly into the external display, so until then phone's screen is being mirrored into external display, hence the letterbox due to different aspect ratios.