Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: QueenM56 on April 26, 2018, 01:39:19 AM

Title: Mouse simulate swipe gesuture
Post by: QueenM56 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
Title: Re: Mouse simulate swipe gesuture
Post by: jeanfabre 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
Title: Re: Mouse simulate swipe gesuture
Post by: QueenM56 on April 26, 2018, 06:26:02 AM
Thanks Jean,

That's really helpful!

Cheers,
M