I have three scenes (more are coming).
- Scene: MenuScene with just text and image and ofcourse script that controls the buttons
- Scene: A level. The ball, terrain with mountains, goal, live map, retry button, a script which gives you the speed and direction of a swipe, a script which lets the ball fly and respawn from the last checkpoint, a script which moves the camera, a score script for the goal, a game controller script which controls the buttons
- Scene: same stuff as second scene just a different terrain
so my problem is from the main menu to the first level (2nd scene) it takes over 15 seconds on laptop and over 40 seconds on Galaxy S6 Edge. Any suggestions?