Hi!
The feature I want to make is that
In my RPG game, when Players creating their own character, they can pick color for the hair of the character.
And instead of from some built-in asset(using skinning),
I want that color to be what ever they like from a color picker(when the game is running).
What are the possible ways to implement such feature?
Thanks for anyone can help!