playMaker

Author Topic: Question about Touch Event  (Read 1809 times)

ilovelessons

  • Junior Playmaker
  • **
  • Posts: 70
Question about Touch Event
« 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?
« Last Edit: March 30, 2017, 06:31:10 PM by ilovelessons »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Question about Touch Event
« Reply #1 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