Open yufimtsev opened 3 months ago
My only issue was that after this commit it became impossible to tell if AssetProvider
is truly fully loaded without using onFullyLoaded
callback (before the change assetsToPrepare
were cleared once all the prepare()
calls are finished, and after the change it is cleared ahead of preparing all the assets, flipping the fullyLoaded
to true).
I need to look into the
AssetProvider
a bit more as it's still a bit janky for my liking. The job active check was omitted, originally, as the thought was you could load assets at a later time initially loading a bunch of assets at the start.