Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.1.7f1
6000.2.0b5
6000.3.0a1
Issue ID
UUM-108995
Regression
Yes
The Android Player leaves dedicated space for the system navigation bar instead of occupying the whole screen
Reproduction steps:
1. Open the attached “IN-100673” project
2. Build and Run the Android Player
3. Observe the Android system navigation bar
Expected result: The bar is blue colored
Actual result: The bar is black/white colored
Reproducible with: 6000.1.0a1, 6000.1.7f1, 6000.2.0b5
Not reproducible with: 2022.3.63f1, 6000.0.23f1 (1b875411b5df), 6000.0.51f1
Reproducible environments: macOS 15.5
Not reproducible environments: No other environments tested
Reproducible with these devices:
VLNQA00372 - Galaxy S21 5G (SM-G991U), CPU: Snapdragon 888, GPU: Adreno 660, OS: 12
VLNQA00460 - Google Pixel 6 (Pixel 6), CPU: Google Tensor (Whitechapel), GPU: Mali-G78, OS: 14
VLNQA00403 - Galaxy Z Flip3 5G (SM-F711B), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The user project is using the setSystemUiVisibility (https://developer.android.com/reference/android/view/View#setSystemUiVisibility(int)) method, which was deprecated in API 30. Please try using the suggested WindowInsetsController API when launching to devices on API 30 or higher. As the user project uses setSystemUiVisibility and we use WindowInsetsController internally, the combination has undefined behaviour. The change that took place in Unity 6.1 is also necessary for consistant behaviour across API levels. If there is still an issue presenting with WindowInsetsController, please submit a new bug ticket.