playMaker

Author Topic: EasyTouch 3.1  (Read 2788 times)

blazingriver

  • Playmaker Newbie
  • *
  • Posts: 26
EasyTouch 3.1
« on: July 30, 2014, 05:00:34 PM »
EasyTouch is the clear leader in input touches on the asset store and I am surprised to find that it is not supported despite its useful functionality. I know there are other input systems that are supported, but for me none of them get close to EasyTouch. (If there are please let me know, I am currently looking for some PlayMaker supported alternatives :) )

KellyRay

  • Full Member
  • ***
  • Posts: 170
Re: EasyTouch 3.1
« Reply #1 on: July 30, 2014, 06:54:11 PM »
I've got zero experience coding mind you. But I can tell you it's fairly easy to use Playmaker and Easy Touch. While I also agree that PM actions would be super useful, you can do this in the mean time.

EasyTouch has a both a JavaScript and a C# template for the various buttons, Down, Up and Press. All you need to do is add a bool variable to that script that is set to True when the button is pressed and the false when the button is not.

You then use Playmaker to watch for said variable and turn it into a PM variable and send your appropriate actions based on the value of the said bool.

Hope this helps!