Search Unity

Virtual Reality SDK Oculus failed to initialize

Discussion in 'AR/VR (XR) Discussion' started by scr33ner, Sep 5, 2018.

  1. scr33ner

    scr33ner

    Joined:
    May 15, 2012
    Posts:
    188
    Hello everyone,

    I'm trying to do my first VR project using Unity developing with GearVR. The problem is, I keep getting the alert "Virtual Reality SDK Oculus failed to initialize". Mind you this is in play test mode.

    I've got the Oculus SDK installed, as well as the OSIG in my asset folder.

    What other steps am I missing?
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    You're not missing any steps. That's what happens. Ignore it (and just be sure you're not trying to actually use the Oculus SDK in the editor — use #if UNITY_EDITOR to switch your code as needed).

    P.S. Buy an Oculus Go. You won't regret it. :)