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

Forum Posts

Oculus Streaming Solution

Hi there,I am Maik, Engineer at PlayGiga Madrid (http://www.playgiga.com). We are running a platform for streaming games and are researching the feasibility of streaming stereoscopic games (for starters ignoring all the latency issues).We have a coup...

maikgiga by Honored Guest
  • 508 Views
  • 1 replies
  • 0 kudos

Test users useless with leaderboards?

I've been implementing a basic leaderboard using the Platform SDK, and while most of it makes sense - some things that should be easy are instead a huge pain. At the moment all I need to do is add some test data to the leaderboard, but seemingly the ...

Macklin by Honored Guest
  • 610 Views
  • 0 replies
  • 1 kudos

GearVR + Platform SDK cannot initialize

Android GearVR, Unity. When calling Core.Initialize the script immediately dies.First exception: AppID found in Library does NOT match the appID in the bundleAlso the later exception: Package com.imeve.avatar not in users libraryI have been pouring t...

nullterm by Honored Guest
  • 961 Views
  • 2 replies
  • 0 kudos

GetUserProof timed out?

Today we found many of our users occur this issue. We can reproduce in many environments. So we think maybe it's not a network problem.The logs: 01-08 14:07:30.551 2713 2751 I OVRPlatform: [AndroidPlatformIntegration] Cached SystemVoipState wasn't se...

sycx by Explorer
  • 397 Views
  • 0 replies
  • 0 kudos

How to use the Room Debugger with UE4

Hey everybody,i build up quite a few SubsystemNull apps in the past and now im trying to make it happen via the oculus matchmaking.Followed the whole documentation, looked up templates and read trough forums, but i feel i need a little help here!So i...

Anonymous by Not applicable
  • 492 Views
  • 1 replies
  • 0 kudos

Social Starter in Unity 2017.1

I'm unable to get the social starter scene to work in Unity 2017.1 The sphere stays black and I just see a Log message saying ERROR OVR6139226I've set up the App Id's correctly for both platform and avatar and tried everything I could. Anyone got any...

Roosh by Honored Guest
  • 11236 Views
  • 7 replies
  • 0 kudos

Unable to get Entitlement in Unity working

I'm unable to pass the Oculus Entitlement.This is the code I'm using (The app ID I put it in the Oculus Platform settings), it fails every time:using System.Collections;using System.Collections.Generic;using UnityEngine;using System;using Oculus.Plat...

rfunk82 by Explorer
  • 1802 Views
  • 7 replies
  • 1 kudos

Entitlement test failed on review

Hello, we are trying to publish an app for Gear VR, but it is failing on the review every time for entitlement test since 13 November.Unity SDK 1.19 is used.However entitlement works on test devices. Here is the code:public class PlatformManager : Mo...

Problems with Entitlement check

I'm having this problem with Unity 5.6.1p2 and Oculus Platform v 1.19, can you please help?When running through the editor, the Initialize passes but the entitlement fails with OVR6139226Using the same appID and building to Android, the Initialize fa...

Gruzzy by Honored Guest
  • 1967 Views
  • 5 replies
  • 0 kudos

Unity Exception when Initializing

Hello All,I am developing an app which includes features of platform SDK and I have checked all the basic requirements of that and then coded all the basic feature required.when testing it on Gear device, I am facing Unity Exception that is,"Oculus P...

Show pdf and ppt in oculus room

Hello All,I am trying to show any pdf or ppt to be loaded in oculus room and can be shown to everyone in the room.But I am unable to find anything regarding the same.Kindly give me some workaround for the same.Thanks in advance.