I'm noticing a bunch of compiler errors in a fresh project with a fresh AC install, concerning the input system.
"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."
Looks like new Unity projects now default to the Input System, and there is now a warning under Active Input Handling that the legacy Input Manager is not recommended for new projects. I know how to fix this manually, but the errors are not a very good look. Posting as an FYI.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Thanks for the heads-up, I will look into this.