Hello Everyone I am having a great time using unity but I have a issue. I would like to have where on a MMO I can have the player able to customise his character and be able to play it. And or have a profile in the game. See I would be able to put the game on the internet. It is just the part where the person can have there own profile and character. Any way on how to do this efficiantly ?
You store the player’s customisations in PlayerPrefs or on your servers (using WWW class).
Also is there a tutorial on what I am seeking