Good afternoon. How to deliver in case of an application launch on Android the fullscreen=false mode; At me it is written so (the script is attached to the camera, the first scene after splash screen boots):
void Start() {
Screen.fullscreen = false;
}
Unfortunately, it doesn’t work (I checked on logs and I created GUI on the screen). But if I after pass into other scene and from it I return to the first (where I change the fullscreen mode as I wrote above), the mode of the screen changes. Prompt please how to deliver the fullscreen mode in false status in the first scene after its loading? (All this becomes for device Android)