x


Multi-touch on Windows 7 in Unity 3.5

Input.touches is always empty when running when running Unity on my Dell ST2220T running Windows 7 and Unity 3.5.

  • I try setting Input.multiTouchEnabled to true however when I then read the value it's still false
  • Windows is definitely picking up multiple touches in other applications
  • I have looked through documentation and as of Unity 3.4 this is supposed to be supported
more ▼

asked Apr 25 '12 at 05:30 AM

Unity3DSupport gravatar image

Unity3DSupport
18 1 1 1

(comments are locked)
10|3000 characters needed characters left

6 answers: sort voted first

Grepping the source code of Unity 3.4.1 indicates that Windows 7's multi-touch/gesture support is not currently used. The touchscreen support mentioned is a bit misleading - it appears to be single input mouse emulated only.

Unity 3.5 appears to handle device hotswapping, but does not appear to add any Windows 7 Touch API support.

more ▼

answered Apr 30 '12 at 11:43 PM

JasonStern gravatar image

JasonStern
21

Thanks JasonStern. The answer here is that the docs are misleading. I will raise this with Unity themselves and see if we can get it in a release soon.

May 01 '12 at 11:15 PM Unity3DSupport
(comments are locked)
10|3000 characters needed characters left

uniTUIO will get you what you need until Unity adds much needed built-in support. You will need to register to gain access to the uniTUIO side to download it but it should be open for development use. It was a little bit of a pain to get going with but we were able to build an awesome game for a giant 12 point touch screen with it.

more ▼

answered Apr 30 '12 at 08:46 AM

drastick gravatar image

drastick
226 8 10 18

is uniTUIO available for windows 7 or Windows 8? has anyone tried it?

Aug 29 '12 at 02:59 PM AzraelKans
(comments are locked)
10|3000 characters needed characters left

Windows 7 (at least i have a machine that has Windows 7 that) does support multitouch. However, most traditional PCs (at this time) do not support multitouch. You may want to go with iOS, Android, or Windows Phone, or wait until Windows 8 comes out.

OEMs will be getting Windows 8 later this year so we will probably see an omega version early next year. You can get a beta version of Windows 8 at http://windows.microsoft.com/en-US/windows-8/consumer-preview.

more ▼

answered Apr 25 '12 at 02:41 PM

Doctor gravatar image

Doctor
56 1 1 2

My PC does support multi-touch (through the Dell ST2220T monitor) and it works in other applications. The issue is whether Unity 3.5 supports multi-touch in Windows 7. From the 3.4 change list - "Win7 touchscreen input now fully supported." - http://unity3d.com/unity/whats-new/unity-3.4 I take "fully supported" to include multi-touch.

Apr 30 '12 at 08:08 AM Unity3DSupport
(comments are locked)
10|3000 characters needed characters left

Is there any update on the situation? I would like to use multitouch-gestures in Windows7-projects as well!

more ▼

answered Jul 10 '12 at 01:57 PM

Forrest_Gimp gravatar image

Forrest_Gimp
87 2 4 8

(comments are locked)
10|3000 characters needed characters left

If you are still interested in multitouch in Windows 7, we have released a native solution, which does not requires TUIO or any other external program. http://forum.unity3d.com/threads/152685-RELEASED-Windows-7-multitouch

more ▼

answered Sep 27 '12 at 07:31 AM

Virtualware gravatar image

Virtualware
36

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x606
x69
x15
x11

asked: Apr 25 '12 at 05:30 AM

Seen: 3184 times

Last Updated: Sep 27 '12 at 07:31 AM