playMaker

Author Topic: error need help  (Read 2069 times)

Roninfang

  • Playmaker Newbie
  • *
  • Posts: 32
error need help
« on: August 02, 2015, 03:58:27 AM »
just started playmaker and already getting an error >_<

ArgumentException: Input Axis Horizontal Axis is not setup.
 To change the input settings use: Edit -> Project Settings -> Input
HutongGames.PlayMaker.Actions.GetAxis.DoGetAxis () (at Assets/PlayMaker/Actions/GetAxis.cs:51)
HutongGames.PlayMaker.Actions.GetAxis.OnUpdate () (at Assets/PlayMaker/Actions/GetAxis.cs:46)
HutongGames.PlayMaker.FsmState.OnUpdate ()
HutongGames.PlayMaker.Fsm.UpdateState (HutongGames.PlayMaker.FsmState state)
HutongGames.PlayMaker.Fsm.Update ()
PlayMakerFSM.Update ()

trying this out


crem2002

  • Playmaker Newbie
  • *
  • Posts: 14
Re: error need help
« Reply #1 on: August 03, 2015, 07:14:32 AM »
ok check by going to  Edit -> Project Settings -> Input and see if Horizontal is set up if it is check spelling of variable of global and the axis name in the fsm variable get axis

Roninfang

  • Playmaker Newbie
  • *
  • Posts: 32
Re: error need help
« Reply #2 on: August 06, 2015, 06:59:57 AM »
hmm still getting the same error

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: error need help
« Reply #3 on: August 06, 2015, 07:06:34 AM »
Hi,

 it's case sensitive, so make sure you are both defining the input properly and also referencing it properly in the action itself.

 Bye,

 Jean