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# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -