android - Change screen orientation in a Unity Google Cardboard project -


i'm starting cardboard project it's joyful experiment vr without huge hardware, have little problem sounds basic : screen orientation. have game playable in landscape right instead of left i'm developing on xperia z.

usually screen orientation's problems solved forcing orientation through player's settings in build menu. here, fact when tick "landscape right" box instead of left 1 (which default setting of cardboard api) correctly inverts display camera stays @ same orientation before. results gyroscope works in reverse , ground seen on top, texts reversed well.

i've done eldir tried here (google cardboard device orientation) wasn't same problem i'm having, wasn't efficient.

do have ideas if api allows quick change this, or if have modify whole parameters of gyroscope ?

thanks !


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -