Hi what would be the best way to create this ? i have a sprite sheet with the character atm with all of his movements what would be the best way to create character customization like changing hair and color of clothes and later on adding armour? is this easy to do ?
example game where this is used http://www.endless-online.com/
You can use static variables and playerprefs to save the actual clothes on the player, and on the start of the game you can instantiate them and parent them to the player using if statements. But will be kinda hard after what i see on that webpage, because i assume that when you move in left,right,up,down the player changes the texture, right? … i mean, u can use sprites drawn like from 4 directions, and to add on every clothe prefab a script for when you input a key, like WASD or the arrows to change the texture. So yeah, a lot of work. Good Luck