Search Unity

WebGL touch in desktop browser

Discussion in 'Web' started by Dreeka, Feb 17, 2017.

  1. Dreeka

    Dreeka

    Joined:
    Jul 15, 2010
    Posts:
    507
    Hello,

    Does the touch input works on WebGL, using a windows based computer? I need to create a project for University, and I would like to make sure that Unity can handle it.

    Thanks!
     
  2. Jazon-Burnell

    Jazon-Burnell

    Joined:
    Oct 4, 2014
    Posts:
    14
    We're using WebGL on Surface tablets and touch input works just fine there, so I would think that would translate to other touch input windows machines.

    Only side note is that for UI you'd want to use the new Unity UI system (introduced in 4.6) as the previous UI system (the "Immediate Mode GUI") does not appear to support touch in WebGL at the moment.