How can I solve this script error I get when I install the new Input System?,

I’m trying to install the Input System (Version 1.0.0), on Unity (2019.3.0a4) and whenever I do, even on a completely new project, I get the following error message:

Library\PackageCache\com.unity.inputsystem@1.0.0\InputSystem\Editor\Internal\EditorHelpers.cs(52,27): error CS0117: ‘AssetDatabase’ does not contain a definition for ‘MakeEditable’

Re-installation of the Input System hasn’t fixed my problem. I’ve tried googling for solutions as I normally would, and found none. Thanks in advance to anyone who can help.,

I have the same problem as you, I can’t launch my game now since all compiler errors needs to be fixed before playing…

Also getting this error; some issue with Unity configuration? Will try on another computer to see if I can repro…

go back to where you installed the input system and then next to where it says update click remove and it should bring you back, I had the same issue and this fixed the problem, I am trying to figure out how to install the input system without breaking the whole game.