You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I searched for a plugin like yours because having my scene loading at start makes my game a bit long to load so I wanted to delay some loading while the player is in the menus.
I managed to get the plugin to work even if I'm in 2D, but for some reasons I still get little lag spikes when it loads.
I don't know exactly what could cause this,
Here is basically the code I'm using (I removed all "position" related args everywhere as I don't need them and it was not compatible with 2D)
Hi !
I searched for a plugin like yours because having my scene loading at start makes my game a bit long to load so I wanted to delay some loading while the player is in the menus.
I managed to get the plugin to work even if I'm in 2D, but for some reasons I still get little lag spikes when it loads.
I don't know exactly what could cause this,
Here is basically the code I'm using (I removed all "position" related args everywhere as I don't need them and it was not compatible with 2D)
Init :
async calls :
Callback :
AsyncLoadLagSpike.mp4