I'm working on a game that has two playable characters. Each of these characters has their own distinct backdrop for their inventory.
I'd like to know if there is a way I could replace an image file on a GUI object in game via scripting. I know, just creating a second object of the backdrop and switching between the two would be the most ideal, but the script we have for the inventory is fairly complicated, I'm the world's worst scripter, and the team member who created the thing is no longer with us.
Any help would be much appreciated. Thanks.