provencher / MRTK-Quest

MRTK-Quest: Mixed Reality Toolkit (MRTK) extension bridge for Oculus Quest + Rift / S
Other
389 stars 67 forks source link

Camera always start from (0,0,0) position. #99

Open AzadNezamdoust opened 3 years ago

AzadNezamdoust commented 3 years ago

Camera always start from (0,0,0) position. In xr interaction toolkit it is based on the local position of the parent gameobject of the camera but here it s overriden by the main position so I can't move user to start from a specific point of the scene. I could n't find a way to do it. Also I want to create snap teleportation points so i need some control over it.

provencher commented 3 years ago

Have you tried moving the playspace root?

AzadNezamdoust commented 3 years ago

Have you tried moving the playspace root?

Yes I did at start of the experience camera moves to the 0,0,0 in world space and ignores the playspace game object transform.

AzadNezamdoust commented 3 years ago

Have you tried moving the playspace root?

Help please.