In my game the player can customise various items colours, however after exiting the game the player has to reapply those colours they last used. I'd like to save them to the playerprefs so I can load them up each time the game is started.
How can I do this? Somehow convert a colour to a string?
Thanks