- Home /
A scene is quick to load but takes ages to unload.
When transitioning from an empty scene to a specific scene, the load time is quick, however, when going from the specific, loaded scene to any other, I experience severe loading times. When the game is built, it takes a very long time for the game to quit whilst this specific scene is loaded. It also takes a long time to reload this scene, however, the initial loading of the scene was very fast. It also takes a long time to exit play mode. Objects are instantiated in the scene, but the unloading time is more or less equal when there is one object instantiated or a hundred.
|
With all that in mind, what might I be experiencing? I understand that this can be tough to diagnose without an example scene, but in general, what might the problem be? Is there any way that I could improve my 'unloading time'?
As a comparison of loading times, loading takes around half a second, whilst unloading takes about 5 seconds, which is quite a pain.