Question by
mpatrizio · Sep 11, 2017 at 01:41 PM ·
touchwebglgui-buttonchrome
Touch on chrome webgl Gui.Button not working
I am creating a button in a scene.
(GUI.Button (new Rect ((Screen.width / 2) - 150, (Screen.height / 2) + 100, 300, 40), "START GAME"))
The target device is chrome browser using webgl and touch.
For some reason, i can't touch the button and have it load the next scene. It works with a mouse click. It works in firefox and edge, but not chrome.
Other none GUI.button items work with touch but for some reason GUI.button doesn't work.
I am very new to unity so I am bumbling my way around. Can anyone help me fix this issue?
Comment