playMaker

Author Topic: Steam VR Playmaker Toolkit - Get Action Vector2 help  (Read 851 times)

wikid

  • Playmaker Newbie
  • *
  • Posts: 2
Steam VR Playmaker Toolkit - Get Action Vector2 help
« on: November 10, 2020, 03:10:56 AM »
I have a state that uses the Get Action Vector2 to get the touchpad position via Get Axis then stores it in a variable type vector2.

But the action never completes for me to get to the next action that uses Get Vector 2 XY so I can evaluate the position on the touchpad.

Am I missing something?

Thanks in advance!


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Steam VR Playmaker Toolkit - Get Action Vector2 help
« Reply #1 on: November 10, 2020, 11:27:22 AM »
Hi.
The 'Get Action Vector2' probably is checking every frame and there is no option set on it to turn on/off every frame.

So because the  'Action Sequence' is enabled. it will never reach the 2nd action.

Best is to contact the author and ask to add the every frame option.

wikid

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Steam VR Playmaker Toolkit - Get Action Vector2 help
« Reply #2 on: November 11, 2020, 11:23:04 AM »
That was it!  Thanks so much for the quick advice!