playMaker

Author Topic: Mouse simulate swipe gesuture  (Read 3756 times)

QueenM56

  • Junior Playmaker
  • **
  • Posts: 55
Mouse simulate swipe gesuture
« on: April 26, 2018, 01:39:19 AM »
Hi All,

I'm new to Playmaker and might be asking a dumb question...
Is there any way I can test my swipe gesture without exporting the WIP game to an ios device?
I'm using Swipe gesture event to control my character to go up down left and right.
I thought mouse control can simulate the swipe, but seems I'm wrong.
Can anyone help?

Cheers,
M

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Mouse simulate swipe gesuture
« Reply #1 on: April 26, 2018, 02:16:08 AM »
Hi,

 yes, use the Unity Remote control App:

https://docs.unity3d.com/Manual/UnityRemote5.html

else, you need a solution like Input.Touches, that will leverage mouse and touch into one system, and it has full playmaker support.

https://hutonggames.fogbugz.com/f/page?W961


Easytouch also provide full PlayMaker support.

https://assetstore.unity.com/packages/tools/input-management/easy-touch-5-touchscreen-virtual-controls-3322

Bye,

 Jean

QueenM56

  • Junior Playmaker
  • **
  • Posts: 55
Re: Mouse simulate swipe gesuture
« Reply #2 on: April 26, 2018, 06:26:02 AM »
Thanks Jean,

That's really helpful!

Cheers,
M