Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ilovelessons on March 30, 2017, 06:21:48 PM

Title: Question about Touch Event
Post by: ilovelessons on March 30, 2017, 06:21:48 PM
Hi,

I am using the Touch Event to make a simple 2D game in Playmaker.  The game for Andriod. I know on a phone it applies to when you touch a button with your finger.. but I am creating the game on a PC... How do I test this on a PC..? I have a touch screen PC but when I touch the screen on my PC nothing happens.. can the Touch  Event only be tested on a phone?
Title: Re: Question about Touch Event
Post by: jeanfabre on March 31, 2017, 02:11:38 AM
Hi,

 Unity Touch input system works on all platforms that supports touches so you should be able to test, however maybe you have a problem of screens size or something.

 Typically, you should use the Unity Remote app available for IOS and Android, this will give turn your android into a remote control right within Unity Editor.

 Bye,

 Jean