Platform SDK Development
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Entitlement check failed every time

Hello everyone! I'm trying to use following codes to make entitlement check in unity. It failed to pass vrc validator entitlement check. Dose anyone know how to solve this problem? Thanks! Core.Initialize("myappid"); Entitlements.IsUserEntitledToAppl...

Cloud/Data storage?

HiyaIm wanting to store game/app specific player data for when the player come back and plays again. In particular stuff like preferences and stats. So Im mainly storing numbers and strings.Is this what cloud storage is for? If so are there any tutor...

pjenness by Rising Star
  • 1115 Views
  • 10 replies
  • 0 kudos

Platform SDK basic questions

It must be in the docs somewhere, I didn't see it:The social platform:What does it host, or is it only a peer-to-peer matchmaking service?If it hosts 'stuff', what 'stuff'? Scenes, avatar models, textures, sounds, other data, etc?If anything is hoste...

Platform Matchmaking Broken?

I spent hours trying to debug this today, but after rolling back to a previous version on the Oculus store, I'm starting to feel like something in the platform matchmaker broke. Even using a rolled back version that was working perfectly yesterday is...

How do I test Matchmaking in Unity?

I'm trying to implement the matchmaking functions of the Platform SDK in Unity. When using my developer account as the login the SDK responses seem normal as per the documentation. What I need to know is how would I go about creating two instances of...

Unrecognized message type 1783209300

Hi,I use the version 1.16 of Platform SDK and when I try to invite one User with : Rooms.InviteUser("RoomID", "InviteToken").OnComplete(InviteUserCallback);The invited user have this message :"Unrecognized message type 1783209300"And the function :No...

Rikhta by Honored Guest
  • 561 Views
  • 7 replies
  • 0 kudos

Unable to get achievement progress

Hello everyone!I've been working with the Oculus Platform SDK on Unity, using the achievement features. I already have my own achievement system working in my game and I was able to unlock achievements on the Oculus Platform without problems.I curren...

Achievement Help

I must be doing something totally wrong but when I can't get any information calling this, why? I've looked at this link and borrowed what I thought I needed: https://developer.oculus.com/documentation/platform/latest/concepts/dg-achievements/ privat...

johnBeaty by Honored Guest
  • 114 Views
  • 0 replies
  • 0 kudos

Feature request for Unity Platform SDK

Can you please suggest adding Equals() methods to all of the model classes (User, Room, UserAndRoom, etc.)?This way, we can easily integrate these view models with data binding frameworks. At the moment, you have to add the Equals methods to the clas...

l0g1k by Protege
  • 241 Views
  • 1 replies
  • 0 kudos

Uploaded scores never reach leaderboard?

Hello there!I'm developing Oculus GEAR app on Unreal Engine 4.18 with Oculus SKD 1.16. My problem looks like this:1.) I'm passing entilement without errors.2.) I'm uploading score to existing board and I'm getting true returned from function which is...

Avengar by Honored Guest
  • 208 Views
  • 0 replies
  • 0 kudos

Resolved! C++ Depth Buffer Oculus Rift DK2 VR HMD

This is a question for anybody experienced with the Oculus Rift C++ SDK.SDK Version: ovr_sdk_win_1.20.0_publicIDE: VS2013I am trying to resolve a depth buffer problem in my code for a simplified 3D engine for the Oculus Rift DK2.The OculusRoomTiny ex...

S2S API Documentation

The only place where I've found documentation on the subject is here https://developer.oculus.com/documentation/platform/latest/concepts/pgsg-s2s-basics/Is there a page describing the entire REST api?

IAP - detect cancelled purchase in Unity

HiWhat is the correct way to detect the user cancelling a purchase during the checkout flow in Unity, please?The docs say "Returns a purchase on success, empty purchase on cancel, and an error on error".With a test user on GearVR, message.IsError is ...

edearl by Explorer
  • 502 Views
  • 0 replies
  • 1 kudos