How to show androids navigation bar and status bar while app show SplashScreen
i used
void Start() {
Screen.fullScreen = false;
}
but this show navigation and status bar only after splash screen
How to show androids navigation bar and status bar while app show SplashScreen
i used
void Start() {
Screen.fullScreen = false;
}
but this show navigation and status bar only after splash screen
You can set Show navigation bar (or Fullscreen to false) in the Player Settings and in your Start(), put Screen.fullScreen = true;
to hide the bar