Author Topic: Multi touch OnDrag ?  (Read 5075 times)

yuewah

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 180
    • View Profile
Multi touch OnDrag ?
« on: June 11, 2012, 10:44:29 AM »
is it possible to drag several objects with collider separately using multi-touch ?

ENAY

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 248
    • View Profile
Re: Multi touch OnDrag ?
« Reply #1 on: June 13, 2012, 11:52:55 PM »
Is this using UIPanel? Or using the inventory screen tutorial?
With UIPanel I can't really see why you would want to do that. If it's the inventory screen, I can't see why that wouldn't be possible. But again, why would you want to drag two things at once? Or is it part of a game design? :)

yuewah

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 180
    • View Profile
Re: Multi touch OnDrag ?
« Reply #2 on: June 15, 2012, 09:17:23 AM »
it is for the two joystick control.

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: Multi touch OnDrag ?
« Reply #3 on: June 15, 2012, 02:53:48 PM »
I think you can yes. Worst case, then you can have your own controls that grab the input directly from Input.touches. While Michael doesn't recommend mixing input with NGUI input, it is possible - it's just easy to screw up, so tread carefully. ;)