Hello!
I’m working on a mobile game which allows players to select the character used.
For now, I place all the characters under the Player object and only enable the one selected (disable the rest).
Another way I’m thinking would be creating prefabs for each character and instantiate the one used (destroy the previous one).
Which way you think is better performance wise? Or is there any standardized way of doing this?
Thank you!