How can I make my game start after a certain asset has loaded?
the title says it all, but if you want a little more context, I got a 1024*6 px skybox, and the game starts before it loads, making it appear suddenly while the game is already running
you might want to use AssetServer::get_load_state on your skybox handle and checking that it is LoadState::Loaded
AssetServer::get_load_state
LoadState::Loaded