I am working on a game that include post processing and cool graphics so it takes sometime to open so is there a way to make it instead of waiting with a blank screen can I replace it with a scene I have made that has a loading screen
Hi, you could check out the LoadSceneAsync method.
Create a fairly simple scene which just has your logo or a loading screen. Make that your first scene. Load the main scene async if you want to include an animated loading bar or any other kind of animation during the loading process.
2 Likes