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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.