Caching assets?

How do I cache all my game assets when loading the 1st time & then using them in other levels so I can cut down on huge amounts of loading time?

Any help is GREATLY appreciated! :slight_smile:

Thank You!

This link can be helpfull for phaser 3 ,i think the best way is to use separate classes one for preload and other for scens

that’s what I ended up doing but I’m having some issues with it. :frowning:

Problem is, I don’t want it creating my character twice. once for each scene… :frowning: