Ouya Home Button Unity

mabitmabit Posts: 12Member
I have been trying for a while to get the Ouya Home button to function in my game. I have tried Buttons 0 -16. Any help would be appreciated.
Input.GetKeyUp(KeyCode.Joystick1Button0) as example
Thanks.

Comments

  • Killa_MaakiKilla_Maaki Posts: 504Member
    IIRC the home button on the controller doesn't respond as a real button. Instead, you must include the ODK and register a listener for when the Home button is single-tapped (rather than double tapped or held down)
    You didn't remember the plot of the Doctor Who movie because there was none; Just a bunch of plot holes strung together.
  • mabitmabit Posts: 12Member
    OK thanks
Sign In or Register to comment.