unity input system package removal?

Hi all,
I saw this package in the package manager called the input system package and I downloaded it but now none of my movement works. I have tried to remove the input system package through the package manager but that doesn’t seem to work. Is there a way to remove this problem without starting over again?

Go to your player settings and make sure Active Input Handling is set to “Input Manager (Old)”.

Either that or change all of your input handling code to use the new system Here’s some documentation on how to migrate: Migrating from the old input system | Input System | 1.0.2

Thanks!

I don’t have “Active Input Handling*” as an option in player settings. It seems to have been removed but I’ve made this same mistake. Any help would be appreciated. I cannot get rid of the error that reads “InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings.”

What version of Unity are you on, and what platform do you have for your target? It’s slightly different per platform.

Check the documentation: https://docs.unity3d.com/Manual/class-PlayerSettings.html