for example, I have a sprite of a character, and a sprites of different armor for him, how I can superimpose a sprite of armor on a sprite of a character and then use it on a game object?
I understand that you can use multiple sprites for an game object, but I think it will greatly affect performance cuz I need to use different sprites for legs, hands, head etc, and the “enemy characters” sprites should also be generated in this way, there can be many characters on the screen, 100+ or even 1000+
so I thought it would be nice to generate one sprite instead of using 5+ sprites on one game object