so, I want to be able to change textures on a plane during the game.
I have reviewed the Image.Image python module, and BGL.
neither of them allows you to toggle existing texture visibility on an object, and I am confused as to if they allow you to load a texture onto a mesh.
I also see no settings to set the image to UV map ETC.
so how can I change the texture on an object in game?