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
-
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
- "Paste" option is available in Shader Graph contextual menu even when the clipboard has unrelated item
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
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.