playMaker

Author Topic: Input.Touches support  (Read 10107 times)

derkoi

  • Full Member
  • ***
  • Posts: 187
Re: Input.Touches support
« Reply #15 on: July 31, 2012, 02:55:31 AM »
Thanks Deis, I noticed that but I didn't have the time to look at it yet.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Input.Touches support
« Reply #16 on: July 31, 2012, 03:15:58 AM »
Hi,

 Well spotted! thanks for that.

Please find the updated package on the wiki.

bye,

 Jean

atmuc

  • Playmaker Newbie
  • *
  • Posts: 26
Re: Input.Touches support
« Reply #17 on: August 30, 2012, 02:27:49 PM »
thanks deis. it solved my problem. is there any action for input touches to catch taps just for owner object? like mouse pick event.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Input.Touches support
« Reply #18 on: August 31, 2012, 03:43:15 AM »
Hi,

 It's not built in Input.touches unfortunatly, so you'll have to do your object detection yourself for now. I haven't done any work on that with Input.touches, my main goal was to make it available to playmaker, and yes, it is quite limiting that you can't really have a convenient way to access picked object or have some system to make it convenient.

 Maybe in the future, I could wrap something up.

bye,

 Jean

jasonshow

  • Playmaker Newbie
  • *
  • Posts: 8
Re: Input.Touches support
« Reply #19 on: December 05, 2012, 10:46:04 AM »
may I ask,

SHORT TAP event is globally, which is the best way to know one gameobject is touched ?

thanks alot.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Input.Touches support
« Reply #20 on: December 11, 2012, 05:20:42 PM »
Hi,

 When you catch a SHORT TAP get the tap position and ray cast for it, and then you can find the object underneath the touch.

bye,

 Jean

ermak

  • Junior Playmaker
  • **
  • Posts: 60
    • AL Games
Re: Input.Touches support
« Reply #21 on: May 06, 2013, 04:40:51 PM »
Hello,

I use "Unity3d 4.1.2" , "Input.Touches 1.1.1" and "Input.touches Custom Actions" for "Playmaker 1.5.7" https://hutonggames.fogbugz.com/default.asp?W961

When i try to import "Input.Touches Custom Actions" i see this:



How i can fix this?

Thanks!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Input.Touches support
« Reply #22 on: May 07, 2013, 01:45:44 AM »
Hi,

 You need to have the latest Input touch package and the latest set of custom actions as well. Can you double check you are all up to date on that front? What version of input touch do you have currently?

Bye,

 Jean