Hello, I have a question with multiple sprites preloading. So, I have 2 scenes: LoadingScene and MainScene. In LoadingScene I want to preload 5 sprites into TextureCache and use them in MainScene from TextureCache without having to load them again. Can someone help me please achieve this? I haven’t found how to manage it.
Thank you very much!