There'll be a simple painting app minigame. How do I save the player input (painting) as a texture that can be used later on in the game on other sprites?
For example, the player paints an elephant. The minigame ends. But later in the game in another level/scene, I want to display the player's input on a painting in a room.
What's the best way to save the player's elephant painting for later use?
Thank you so much. I really appreciate it.