Hello All,
Is there an established method for dynamically swapping textures in a game via Python. I would like to be able to have some animated sprites in my game.
Thanks in advance.
Yep, look for 5in1texTile, or maybe just “5in1” lol, its an animated script that swaps UV coords to make a texture animated.
If you conbined a UV swap script with mesh changes you could generate a large number of sprite animations for the same object.
where can I find tis script
along with a bunch of other handy dandy stuff here is doc’s site. You might want to google translate it though. I believe its German->English
Thanks, it has helped alot.