I figured out how to not have the Loading wheel in our published games
If you only have 1 scene in your game but you need more just make your scene bigger then make a controller that changes the camera position so it looks like the scene is being changed but really is just changing the camera position to where your next scene is so the loading wheel will never show up just like xcode games
`edited title to not confuse people`
`edited title to not confuse people`
Comments
What you suggested is to put multiple menus in one scene and jump the camera position instead of changing scenes.
This is a known method and it's great, just keep your eyes on performance and RAM cause too much data in one scene can cause longer loading time and even crashes..
Good luck with your project.
Roy