Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4.13f1
2021.1
Issue ID
1286329
Regression
No
Splash screen animation continues playing in the background while resolution is being changed upon launching the player
How to reproduce:
1. Open user-submitted project (case_1277983-FullscreenTest2.zip)
2. Build the SampleScene into a player
3. Launch the player
4. Press 'E' to switch to ExclusiveFullScreen
5. Press '1' to switch to 1280x720 resolution
6. Quit the player via ALT+F4
7. Launch the player again and observe the screen
Expected result: a full splash screen animation can be observed
Actual result: splash screen animation is partially skipped due to the changing resolution
Reproducible with: 2018.4.28f1, 2019.4.13f1, 2020.1.10f1, 2020.2.0b8, 2021.1.0a2
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note (2022.2.X):
This issue comes down to the fact that starting the player in exclusive fullscreen requires a display mode change, and a display mode change can take an indeterministic amount of time, which depends on the monitor you test on. This is issue is very pronounced on some monitors while barely visible on others. Unfortunately, it is not possible for the application to find out whether a display mode change has completed so we cannot pause the splash screen execution. You can avoid this issue by running at native resolution as that will not require a display mode change when launching the game.