Presently, when you create a new project, there are two platform
options: Rift or GearVR. So my question is, will Go become a third
option, or will GearVR be changed to something encompassing both, like
"Mobile"? Presumably, if there's just one store...
I can get a list of Achievements from Unity, along with the Player's
progress. What about the achievement description, title and image
fields? There appears to be no way of accessing those, except via curl
with a server-to-server connection -- not re...
As of Oculus Utilities 1.15, some key support for the GearVR Controller
appears to have vanished, with no updates to existing documentation nor
even any mention of the changes in any of the release
notes.OVRInput.IsControllerConnected(OVRInput.Contro...
Yes, I'm aware of those methods. However, the AchievementDefinition
class object returned by those methods does not include the information
I described in my post. It contains only the name of the achievement,
the type, and the target. I need the unl...
Problem solved. It would appear something went wrong with the SDK
download link, and I was not delivered v1.15 but a much older version,
hence the missing API's.