Hi all,
I am having an issue were my inputs are not logged to the console as shown in this tutorial and in the next lecture my player character is not responding to any of the inputs. If I use the input debugger it is showing my inputs both on keyboard and on gamepad.
My unity version is 2021.2.7f1, I have tried to restart my computer as I have read in previous posts that this can help but have not been able to resolve the issue.
Any help would be greatly appreciated!
Edit: I have managed to solve my issue, it turns out that I was miss spelling my “OnMove” function. I had it like this “onMove”.