Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: yuewah on June 11, 2012, 10:44:29 AM

Title: Multi touch OnDrag ?
Post by: yuewah on June 11, 2012, 10:44:29 AM
is it possible to drag several objects with collider separately using multi-touch ?
Title: Re: Multi touch OnDrag ?
Post by: ENAY 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? :)
Title: Re: Multi touch OnDrag ?
Post by: yuewah on June 15, 2012, 09:17:23 AM
it is for the two joystick control.
Title: Re: Multi touch OnDrag ?
Post by: Nicki 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. ;)