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.
UnityEngine.Input.get_mousePosition () (at <5c58e879432d4bbc92c7a52441ed9480>:0)
Why did I get this msg when I run the game
I checked everything even in the project settings
It says you have switched Input handling to " Input System Package ". The Input manager will not be used.
Which version of Unity do you use? And which Input System Package did you select in the project settings? Also please share the concerning line of code.
I solved it !!!
I changed Project Settings > Player > Active Input Handling to old one and after restart the engine I switched it back again to the new one and Errors are gone now.
Thank You for your time Nina !