Don’t load every asset in the game, render them in the background.
Only have things you need to preload in preloadables
because game
has a lot of objects/instances within it.
Don’t load every asset in the game, render them in the background.
Only have things you need to preload in preloadables
because game
has a lot of objects/instances within it.