Hi, I'm wondering how long does it take review? Last month, I created simple vr game application for GearVR as my job :wink: (the account what i use in my job is not this account)....
For an Oculus signature file, I need to get the device id. I am using Genymotion emulator. When I use adb devices, it prints "192.168.56.101:5555" which is an IP, not a device ID. When I paste it in ...
I'm developing a Gear VR game and would like to include a leaderboard, with the option of showing scores for all users or just friends of the player. The Oculus developer pages mention ovr_Leaderboar...
I am able to successfully make purchases in the app, but regardless of whether the purchase is successful or not after the payment is handled in Oculus it just goes to a black screen instead of retur...
Is anyone else having trouble using ADB to connect to your phone wirelessly to debug for GearVR? I run into two roadblocks, they are "device not authorized" or "device refused connection" If I co...
I was looking at the native samples in the mobile SDK, specifically the 360 videos sample, hoping to see how video frames are decoded and uploaded to GL. I have an idea of how I would approach th...
Hey all, I'm looking for an app that is optimized for GearVR that includes walking a right rope or climbing a ladder, or something of the sort. I'm looking to create the most realistic feeling o...
Here is the test result of my game,i built this game in UnrealEngine 4 and the graphics in Note4 is terrible. I notice some apps in Oculus Store aren't supported my phone which is said "Not Su...
No matter what I do, a quick single or whatever, a double tap always registers. Here is the code I'm trying to use. using UnityEngine; using UnityEngine.VR; using System.Collec...