Start Application: loading page

If I’m understanding you, one strategy is to move most things out of setup and into a loader that is called on frame 1. Now you are free to display progress as things load. You may also want to do some of your loading in threads…

1 Like