Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

So digging a little deeper into this, looks like other people have run into similar problems with other Unity games. It looks like on Windows Unity stores player preferences in the registry... which seems asinine to me. I don't know how comfortable you are with editing the registry but it appears you'll have to go in there and either edit it or just delete the keys related to input from there then just restart the player:

"On Windows, PlayerPrefs are stored in the registry under HKCU\Software\[company name]\[product name] key, where company and product names are the names set up in Project Settings."

I'm incredibly sorry for the inconvenience.

I'll look into this and see what I can do.  In the mean-time, I just about managed to get something playable going. It's not ideal, but even if I can't figure this out I should be able to play.  Thank you for the quick response!  And good luck to you guys on any future projects, this has been pretty fun so far.

I'm having this issue too. Do you know what the Company Name and Product Names are for this game?

(+1)

what you want to do is type regedit into the search bar and open it

then you go to HKEY_CURRENT_USER\Sofware\noid.pizza\Yo! Noid2: Enter the Void

from there, you can just highlight all the controls and delete them, and the next time you open the game they will be back to default.