I am trying to install 1.1 into my project file from github but I get these errors when I attempt the install to my package manager
Cannot perform upm operation: Unable to add package [https://github.com/Unity-Technologies/InputSystem.git]:
[https://github.com/Unity-Technologies/InputSystem.git] does not point to a valid package repository. No package manifest was found. Verify the repository URL and make sure the package is located in the root folder of the repository. [NotFound].See console for more details
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
Any suggestions on how I can get 1.1 into my project? I mainly want to use it to include this SaveBindingOverridesAsJson(); into my project file. Thanks