Search Unity

GUI Button on Android with Unity Remote app.

Discussion in 'Immediate Mode GUI (IMGUI)' started by Mikenekro, May 23, 2014.

  1. Mikenekro

    Mikenekro

    Joined:
    May 11, 2014
    Posts:
    21
    I am making a GUI button in the script that closes a screen. This is an Android game so I use the Unity Remote app to test everything out quickly. The GUI button works but only when I have my cursor over the button on my computer, then I can tap the button on my Androids screen. If the computers cursor is not over the button, tapping the screen will not work at all. Not even console notes will appear.

    I can click on the button straight from my mouse, but I am afraid if I release it this problem will continue.
    Has this happened to anybody else and if so, will this be happening after it is released? or will this only happen when using Unity Remote app?
     
  2. Zape

    Zape

    Joined:
    Jun 12, 2013
    Posts:
    33
    GUI.Button does not work properly in unity remote. Buttons should work ok when you build the apk. In my opinion remote is only useful when testing accelerometers....