System.ArgumentException in editor when using delegate

Hello everyone,
The problem is I’m receiving thousands of messages like this:

System.ArgumentException: Input Axis Camera Vertical is not setup.
To change the input settings use: Edit → Project Settings → Input
at (wrapper managed-to-native) UnityEngine.Input:GetAxis (string)

When in the editor when the game isn’t playing.

Any ideas? Makes sense why it’s happening - delegate is only overridden at run-time, but what can I do?

Hi,
If you can send a project where I can reproduce the issue, I can have a look, why and where it is happening exactly.
Right now, the question is very vague. :frowning:

Thank you my issue has been solved,…

1 Like