Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
motorsep's avatar
motorsep
Start Partner
11 years ago

[Gear VR] Gamepad controls

When adding support for a gamepad in Gear VR app/game using Unity, is it done as if it's for a regular Android game (using either an asset from asset store or Unity's API) or should it be done using Gear VR API ?

Can gamepad controls be mixed with touchpad controls in the game app/game ?

Thanks.

4 Replies

Replies have been turned off for this discussion
  • drash's avatar
    drash
    Heroic Explorer
    For input, you can treat it like a normal Android game, and the Gear VR's touchpad is basically mouse input, and the Gear VR's back button is basically KeyCode.Escape. The SDK does provide some optional cross-platform input capabilities, along with some helper scripts for detecting touchpad taps and swipes, but you can certainly do your own thing (and mix/match controller and touch all you want).
  • Ah, cool. Thanks a bunch!

    So horizontal and vertical swipe on the touchpad are PC mouse axes, and tap/double tap are LMB click/double click ?
  • drash's avatar
    drash
    Heroic Explorer
    "motorsep" wrote:
    Ah, cool. Thanks a bunch!

    So horizontal and vertical swipe on the touchpad are PC mouse axes, and tap/double tap are LMB click/double click ?

    That is correct!