Search Unity

Question Passthrough is Black on Meta Quest Pro using Oculus Integration Pack Sample Scenes

Discussion in 'VR' started by HelenL, Nov 2, 2022.

  1. HelenL

    HelenL

    Joined:
    Jan 5, 2019
    Posts:
    3
    Hello!

    I'm starting to develop Unity apps featuring passthrough for the Meta Quest Pro and so far I haven't been able to get it working.

    Even the sample passthrough scenes (specifically "AugmentedObjects") that come with the Oculus Integration Pack are not working. When I build them into my headset, the background is all black instead of passthrough.

    I followed this tutorial to set up my project for passthrough and still it is not working. http://www.lancelarsen.com/xr-step-...94fd9f944a6ed0989e47da48bb71cb6e#comment-4039

    Does anyone have any ideas on why this might be happening?
     
    sebasspenaherrera likes this.
  2. ChrisHandzlik

    ChrisHandzlik

    Joined:
    Dec 2, 2016
    Posts:
    205
    You can try to make sure camera clear color (I think in post you shared it'll be environemnt color?) is set to black with alpha 0.

    Possibly your alpha is set to 1 and that's why you see black.

    There's also a good sample on github
    https://github.com/oculus-samples/Unity-TheWorldBeyond
     
    samuelmorais likes this.