Search Unity

TouchScript — multi-touch library for Unity [RELEASED]

Discussion in 'Assets and Asset Store' started by valyard, Mar 6, 2013.

  1. John-B

    John-B

    Joined:
    Nov 14, 2009
    Posts:
    1,262
    Do you have any more current JS examples? The linked one doesn't work, and I cannot figure out how to get a flick gesture set up in JS.

    This doesn't work (from your example): function OnTap (sender:Gesture):void

    This doesn't work (what I'm trying to do): function OnFlick (sender: FlickGesture)

    How do I define the flick handling function in JS?
     
  2. hizan

    hizan

    Joined:
    Aug 15, 2016
    Posts:
    1
    what about flick example please!
     
  3. ddsinteractive

    ddsinteractive

    Joined:
    May 1, 2013
    Posts:
    28
    How can we disable Touchscript on a scene? It is interfering with our other scripts that use Standard Input and we do not need it running/loaded into hierarchy. I tried to comment out the "DontDestroy..." lines but that did not work. Also, am still waiting for an activation email to the GitHub forum which has not yet arrived and not in spam. Please advise. Thank you!
     
  4. valyard

    valyard

    Unity Technologies

    Joined:
    Jun 4, 2010
    Posts:
    291
    What's your use case? How do you want to disable/enable it?
    Should be fine to remove StandardInput from scene.
     
  5. Feng1314

    Feng1314

    Joined:
    Jul 13, 2018
    Posts:
    3
    Hello~Sir~Can TouchScript work with window10 now?
     
  6. Gamrek

    Gamrek

    Joined:
    Sep 28, 2010
    Posts:
    164
    Hello,

    I have enable the screenUI detection because I want to stop gesture if users' fingers are touching UI element. But when I build it on my Android device, a simple UI button press will get triggered twice. How can I fix that?

    Thanks in advance.
     
  7. LostInTheMachine

    LostInTheMachine

    Joined:
    Aug 8, 2010
    Posts:
    48
  8. corrivai

    corrivai

    Joined:
    Mar 14, 2016
    Posts:
    12
    Hello, with the latest version of touchScript, I can't interact with a scrollerViewer or a ScrollRect correctly.
    HERE a demo video.

    It only works if I use the mouse....
    Can you help me?
    Thank you
     
  9. glg

    glg

    Joined:
    Feb 18, 2017
    Posts:
    5
    The script in fantastic but i have a big problem:
    How to limit the scale range? I would like to scale the image from one value to another. Is there a function?
    Thanks!
     
  10. Kohijin

    Kohijin

    Joined:
    Jul 24, 2012
    Posts:
    6
    Has anyone tested this plugin with 2019.3 yet? Also since the project seems discontinued, does anyone know any alternatives ready for production?
     
  11. icaromotta

    icaromotta

    Joined:
    Apr 4, 2018
    Posts:
    6
    I think this plugin is dead because the last update on its repository was 4 years ago.