The Wayback Machine - https://web.archive.org/web/20161008001206/http://gamedev.stackexchange.com:80/questions/124768/unity-google-vr-sdk-main-camera-showing-game-objects-behind-left-and-right-camer
Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I'm trying to get a basic VR app up and running on iOS with the Unity Google VR SDK and I've run into a strange issue where my game objects are appearing behind the left and right camera views in cardboard view. In the HeadsetDemo app that is provided along with the SDK, there's just a black background but in my app that background is the default grey-blue skybox color and renders any game objects that I have in my scene. Does anyone know how to hide game objects from that main camera?

share|improve this question

Browse other questions tagged or ask your own question.

close