Search Unity

Oculus Go View Freezes in the scene

Discussion in 'VR' started by yoyes97, Sep 24, 2018.

  1. yoyes97

    yoyes97

    Joined:
    Jul 4, 2018
    Posts:
    1
    Hello I am a beginner in Virtual Reality project development and I am working on an educational project where I am testing for the electric field emitting from a sphere on the Oculus Go. However, while I am testing it the scene freezes and when I try to move around with the headset, it is fixated on the last image that was displayed in the headset. I tried opening a new project and moving all the game objects inside the scene and I tested it and it revealed the same result. Is there something wrong with the Oculus package that was imported? Thank you.
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Sounds like the app crashed. Try checking the log (adb logcat -d) for clues, and also try stripping the project down — it may be some particular object or script that's causing it.
     
    gjf likes this.