c# - Cardboard, Only Rotate main camera with Unity 5 -


i start work google cardboard , unity 5, have scene, when build apk , run android realzed when around camera seems move little, want around in camera animation, movement can see through floor , other errors, want take tour of room.

i modify cardboardhead removing condition doesn't work

if (trackposition) {   vector3 pos = cardboard.sdk.headpose.position;   if (target == null) {     transform.localposition = pos;   } else {     transform.position = target.position + target.rotation * pos;   } } 

do guys know c# file have modify, thank lot!

there value called "neckmodelscale" in cardboard settings on cardboardmain. set 0 rid of neck model.


Comments

Popular posts from this blog

c# - SharpDX Toolkit models rendering inside out -

c# - ajax - How to receive data both html and json from server? -