Multi-Touch 5 Acer!! Touch Screen problem!!

You know, everybody’s want touch screen.
I buy a multi-touch PC yesterday and I start to make a little application to see touch screen in action. :smile:
my problem is when I touch my first button, it’s does noting. now, I touch my other button and it’s click my first one. :rage:
because, the first time I touch the screen it’s update de mouse Position and when i touch again it’s click at this position and update mouse position after.
When I Retouch the first one it’s click the last touch. but only when I touch GUI button.:wink:
now when I work on iPad project, All touch stuff it’s fixed!!

530335–18730–$fourButton.js (1.44 KB)
530335–18731–$fourButton.js (1.65 KB)

Unity does not support multitouch outside iOS and Android

On the desktop you only have the GetMouse related stuff and Input.mousePosition

Your screen should also emulate a mouse, normally the first remaining touch will become the “mouse”, the rest is ignored until the first finger touching the screen is lifted, then the original second finger becomes the mouse and so on

do you think support multi-touch in a future version??

Who knows, perhaps, perhaps not.

There was nothing announced in that direction.
For the time being if you want it you have to create an own plugin and use with Unity Pro