Google Cardboard How to Change Distance Between Eyes
Asked Answered
A

2

6

My first message in Stack Overflow so apologies if I am not 100% aligned to the rules. Have searched here & google without any luck.

How do I change the Google Cardboard Unity prefab distance between the eyes. I am having an eye straining experiencing that the cameras appear to be either too close or too cock eyed (facing inwards) but any adjustment to the gameObjects gets re-set when played and I cant locate the right line of code from the scripts.

Thanks.

Arneson answered 3/10, 2015 at 13:36 Comment(0)
M
0

Apply a transform.Translate(x,y,z) script to each camera. It will move them to the world coords on play.

Mauceri answered 21/4, 2016 at 15:46 Comment(0)
M
0

Apply a transform.Translate(x,y,z) script to each camera. It will move them to the world coords on play.

You could also create an empty Game Object for each eye under the Main Camera and then make the eyes children of those objects. Then move the Game objects where ever you wish.

Mauceri answered 21/4, 2016 at 19:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.