1. Hello ! I would like to know if it's possible to detect the Mouse Hover on "UnityEngine.UI.Button". Thanks you !!
    [DOUBLEPOST=1447074432][/DOUBLEPOST]I also search for Mouse Click event !
     
  2. When setting up the json for the button use the key "command" and place a console command for the value. This is the only way to interact with the GUI.
     
  3. Thanks.