Question by
schwarzschildradius · Apr 02, 2017 at 10:07 AM ·
stringstringspermanent
How to make a permanent string from input?
I'm trying to make it so you can chose your character's name. When the player hits the 'okay' button, I need it so it stores the text in an input/text box in a permament string that saves even when I close the game. So when I re open the game next time, the string will still be the name I put in. How would I go about doing this? Thank you
Comment
You should look into PlayerPrefs, specifically GetString and SetString