Why onMove method doesnt working in set up Input System lesson

Hi,

Welcome to our community! :slight_smile:

C# is case-sensitive. Make sure the method is spelt correctly. The PlayerInput looks for a method called OnMove, not onMove.

Did this help you fix the problem?


See also: