Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: yuewah on June 11, 2012, 10:44:29 AM
-
is it possible to drag several objects with collider separately using multi-touch ?
-
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? :)
-
it is for the two joystick control.
-
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. ;)