Author Topic: Unity 2017.2 : UICamera, Input Axis Vertical is not setup  (Read 3379 times)

dafunker

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 7
    • View Profile
Unity 2017.2 : UICamera, Input Axis Vertical is not setup
« on: October 13, 2017, 07:17:53 AM »
Hello,

I published an Android app with this new version of Unity and everyone is impacted by this issue.
Everything works fine in Editor.

ArgumentException: Input Axis Vertical is not setup. To change the input settings use: Edit -> Project Settings -> Input

UICamera.<GetAxis>m__5 (System.String axis) (at Assets/NGUI/Scripts/UI/UICamera.cs:172)
UICamera.GetDirection (System.String axis) (at Assets/NGUI/Scripts/UI/UICamera.cs:1854)
UICamera.ProcessOthers () (at Assets/NGUI/Scripts/UI/UICamera.cs:2473)
UICamera.ProcessEvents () (at Assets/NGUI/Scripts/UI/UICamera.cs:2076)
UICamera.Update () (at Assets/NGUI/Scripts/UI/UICamera.cs:2028)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Unity 2017.2 : UICamera, Input Axis Vertical is not setup
« Reply #1 on: October 19, 2017, 02:16:34 AM »
Select your scene's UICamera. You can define the axes there. You have "Vertical" axis defined there, which is not defined in your input. Change it to something that is defined.