Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Touch false on mobiles

Discussion in 'Project Tiny' started by lilice168, May 13, 2019.

  1. lilice168

    lilice168

    Joined:
    May 25, 2016
    Posts:
    4
    When my project can not be touched, reset web that maybe work, but sometimes touch is not work.

    Please can someone help me.
     
    reallyhexln likes this.
  2. Rupture13

    Rupture13

    Joined:
    Apr 12, 2016
    Posts:
    129
    What about touches doesn't work specifically?
    Using buttons, tracking touch position?
    Are you using the Touch component?
    Are you using the MouseInteraction component?
    Are you using the
    ut.Runtime.Input.getInputPosition()
    function?

    To properly answer your question more information is needed.
     
    reallyhexln likes this.
  3. lilice168

    lilice168

    Joined:
    May 25, 2016
    Posts:
    4
    ut.Runtime.Input.getInputPosition that always x= 0, y=0.

    I try Touch but that same state.

    My project use mouseinteraction, and then that's down no work.

    Anything no work.

    Only reset web...I don't know why
     
  4. Rupture13

    Rupture13

    Joined:
    Apr 12, 2016
    Posts:
    129
    Hmmm, seems like it's a browser or device problem instead of a Tiny problem.
    That is where my knowledge ends though :/
    I hope someone else can shed more light onto this matter.
     
  5. lilice168

    lilice168

    Joined:
    May 25, 2016
    Posts:
    4
    Thank you.