Author Topic: Multi Touch Problem  (Read 3450 times)

maurox772

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Multi Touch Problem
« on: April 25, 2016, 01:34:30 AM »
I'm trying to have five objects with the method "OnPress", I have turned on the UICamera allowing multi touch , but when I run my application on my phone , pressing more than two objects, the OnPress is canceled. As I can activate the Multi Touch?

This is my App Test: <removed>
« Last Edit: April 26, 2016, 11:56:47 PM by ArenMook »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Multi Touch Problem
« Reply #1 on: April 25, 2016, 01:03:16 PM »
Did you add TouchScript? Multi-touch won't work without it on some systems.

http://www.tasharen.com/forum/index.php?topic=4984.msg56678#msg56678

maurox772

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: Multi Touch Problem
« Reply #2 on: April 26, 2016, 10:44:05 PM »
I import the TouchScript in my project, then create the TouchScriptNGUI class, add the Camera gameobject son of my UI_Root , but still I can not get it to work properly, I still get the error when I press the third button , this cancels the other two buttons pressed.

LINK PROJECT: <removed>
« Last Edit: April 26, 2016, 11:56:39 PM by ArenMook »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Multi Touch Problem
« Reply #3 on: April 26, 2016, 11:57:04 PM »