efusien Posted October 3, 2014 Share Posted October 3, 2014 Hi, Is there a best practice to load assets used across a game? I have some assets, like buttons, used in each states of my game.I don't want to preload them for each state. Can I load them only once and reuse them? Link to comment Share on other sites More sharing options...
efusien Posted October 3, 2014 Author Share Posted October 3, 2014 Ok, I found the solution with this topic. To put it in a nutshell:Create a state "preloader" to load assets. In the preloader state, start another state. In the another state, use the preloaded assets. Link to comment Share on other sites More sharing options...
Recommended Posts