Blue screen with cardboard SDK

On PC, the skybox loads fine and everything loads perfectly. However, when I play the game on my Nexus 7 tablet(which it should still work either way), it has the camera set up, but it keeps having the blue color. I changed the solid color for the camera and that seems to change the color of the background.

Issues:

  • Skybox won’t show up
  • All the objects that are supposed to be in the game don’t show up.

I removed the plugins associated with the cardboard sdk(the android stuff) because it caused the game to not install properly on the tablet(I think I know why).

What I tried:

  • Changing flags the skybox for each individual camera.
  • Removed Cardboard SDK camera with regular(regular camera works fine)
  • I removed the Destroy(skybox) code from the CardBoardeye.cs script.

How can I fix the issue?

Did you manage to figure this out I have the exact same issue?

I have resolved my issue for Google cardboard by these steps.

Edit -> Project settings -> Player -> Other settings -> Graphics APi

And remove Vulkan from the list by clicking - at the right bottom of the box.

@GreggSchaffter