I have a multiple scenes in my mobile 2D game, I want to load all my scenes in splash screen, so that the scene passing would be smooth. How can I do this ? If I do this, do I need to change "Application.LoadScene()" method, and what method can I use ?
↧