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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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.