Right now all of the resources are being loaded for every game mode in the beginning (GameModeManager::Initialize). We only want the resources loaded for the game mode that we can access at that time. For example, we don't need all of the world resources at the main menu.
Right now all of the resources are being loaded for every game mode in the beginning (GameModeManager::Initialize). We only want the resources loaded for the game mode that we can access at that time. For example, we don't need all of the world resources at the main menu.