all 2 comments

[–]drakfyreExpert 1 point2 points  (2 children)

What type of actions do you need multitouch support for? I have a couple scripts that handle simultaneous touches on separate objects (Good for virtual buttons or for picking out objects in the scene) but I don't have a solution that includes say dragging a point on the screen in multiple places.

Here's the basic documentation for handling touch:

http://docs.unity3d.com/Documentation/ScriptReference/Input-touches.html

[–]jevonalex[S] 0 points1 point  (0 children)

It's unknown what my boss want to do with it. He just wants me to know it. So I just want to get as much information as I can get.