My unity version 2019is corrupted, and I cannot fix it

The error says that the shortcuts are out of range but I can’t access them, I can’t move anything in the project (I can switch between scenes).

I already tried reinstalling the editor, in different folders, creating a new project, installing another slightly different version (2019.19 ->40), verify that this version is the only one with the error (if it is).

Blasting preferences would probably do the trick. On Windows, they’re in the <Profile>/AppData/Roaming/Unity folder. Killing only Editor-5.x/Preferences/shortcuts may do the trick. But might want to blast away the entire Roaming/Unity folder.

1 Like

Well I think it was fixed for the most part, the project I think got corrupted but when I create a new project it is bug free.

Try to close your editor and delete the Library folder. This will make sure unity recompiles everything, getting rid of any potential “corruptions”. The first thing I teach new students is to use some kind of version control, preferably git, but the Unity one is better than nothing too. With version control, your project would not be currupted, just your working copy and you could just roll back to any past point in time with one click.

1 Like