The automatic loading and unloading of textures is an important feature I want the engine to have. The system needs to unload any textures unused for so much time to ensure maximum performance. Not only that but at a moments notice we need to be able to reload the Texture should the game require it again.
The automatic loading and unloading of textures is an important feature I want the engine to have. The system needs to unload any textures unused for so much time to ensure maximum performance. Not only that but at a moments notice we need to be able to reload the Texture should the game require it again.