ArgumentException: Input Axis YAxis is not setup

Hi,

I’ve seen this topic reporting a similar problem. This one is solved, and the last release of Cesium for Unity (1.0.0) solved the error. My problem is similar: after adding a DynamicCamera to my project in Unity, I’ve a ArgumentException (see picture below), but for the Y axis.

As in the mentioned topic, the proposed solution does work: duplicating the Vertical input, renaming it YAxis and binding it as a Joystick Axis (as type) solve this error.

Thanks for reporting this @XVW. Should have more thoroughly tested this when I fixed the previous error :slight_smile:

I opened a PR for this, and actually tested it on the legacy input system, so there should be no more errors:

1 Like