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
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
- [VFX] Creating a long Group Node name breaks nodes boarders
- An extra not needed scrollbar becomes visible in the preset "Inspector" window
- Layer Collision Matrix expansion causes extra scrollbar in Physics Settings
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.