Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

does input.gettouch work on windows touchscreens

Discussion in 'Scripting' started by pat_sommer, Jun 19, 2013.

  1. pat_sommer

    pat_sommer

    Joined:
    Jun 28, 2010
    Posts:
    586
    hi everyone,
    i have a project that requires multi touch on a windows touch screen. the monitor has multi touch capability. i was wondering if unity handles this with input.getTouch or do i need to purchase one of the plugins in the asset store?

    this is the monitor

    http://www.necdisplay.com/p/large--screen-displays/p701-avt


    any input appreciated thanks!
     
  2. karljj1

    karljj1

    Joined:
    Feb 17, 2011
    Posts:
    440
    Hi,

    When I last tried(a year ago), it did not. The solution was to use TUIO. We were using the FingerGestures library and found that it was quite simple to add TUIO to it using the free uniTUIO library http://xtuio.com/index.php/projectsmain/utuiomain

    Hope this helps

    Karl