daniel metlitski
daniel metlitski

Reputation: 777

Google Cardboard SDK demo head tracking inversed?

I upgraded my new Google Cardboard Unity game to the newer SDK, but now the head tracking is inversed:

The camera is upside down. Even the demo scene is the same way.

Has anyone been having the same issue? Thanks in advance!

Upvotes: 2

Views: 559

Answers (1)

smd
smd

Reputation: 839

It's a bug in v0.4.10. You can work around it in a few different ways:

  • Turn off Native Distortion Correction
  • Go back to v0.4.9
  • Use Unity 5

Upvotes: 2

Related Questions