- Home /
How to reset user's Input settings?
Unity has auto-created Input configuration that shown when user starts the software, and they can change Input settings as they want. But is there any way to reset that settings to default?
To delete Registry Player-Pref makes it default, but is there any easy way to do that? (because Most Users won't know how to edit their registry.)
I'm not sure about this one, because I've never actually tried it, but does
PlayerPrefs.DeleteAll();
do what you you want here?
thx, it might be work. (And it was wrong to save other userdata (like player's status) to playerprefs...)
Answer by SuperUltraHyper · Feb 17, 2016 at 03:24 PM
PlayerPrefs.DeleteAll();
Works. Will nuke any changes the player has made to the Configuration --> Input --> Window of your game.
Your answer
Follow this Question
Related Questions
How do you configure user input for an Xbox Adaptive Controller? 1 Answer
Input button setting, when i build the project can not be applied to the input in the configuration 0 Answers
How do configure controller trigger input in old input system? 0 Answers
Help In Making a SphereCast for 3D Tire! Working RayCast Script included! 0 Answers