I’ve come across a unique problem where I have a template for a level but the level needs to be textured depending on various input. There are thousands of possible combinations in terms of the possible texture inputs. I was wondering if there was a way to possibly specify which textures were to be used before the level was loaded so I could avoid loading all of the possible textures and consuming a massive amount of memory.
Any help would be appreciated.