Excuse me, is there any way in Godot to skip the splash screen and directly enter the main scene, or make the splash screen load the game size I saved when I last closed the game? I have already set it up, and the storage path is correct. The main issue is that when I click to run this project, it goes through a fullscreen state before entering the main scene. My mode is set to Exclusive Fullscreen. Even if I set other modes, it will still go through this mode before switching to the main scene. Thank you.
Project > Project Settings > General > Application > Boot Splash
Uncheck all checkboxes and set Minimum Display Time to 0.
Yes, but there’s still a flash,I don’t want this.