mobfishgmbh / Cardboard-VR-Unity-SDK

Apache License 2.0
56 stars 11 forks source link

REQUEST: use Unity ARFoundation for Tracked Pose Driver #11

Closed hawkwood closed 4 years ago

hawkwood commented 4 years ago

A benefit to just jumping straight in and letting Unity's existing ARFoundation handle the rotational tracking, is that we could also easily turn on positional tracking for devices that support it, and now have 6DOF headsets.

cai-mobfish commented 4 years ago

It is not our focus but I'll see what I can do after 1.0 Release. I'll keep this ticket.

hawkwood commented 4 years ago

That's understandable, then my alternate request is to decouple the head tracking part from the main VR script. Please take a look at my commit on my fork of this project: https://github.com/hawkwood/Cardboard-VR-Unity-SDK/commit/b27f56245d97ef3b48c995f1113e54f468563981 If you do that, then I can easily disable it, and enable ARFoundation tracking manually without having to continuously modify the scripts as the project progresses.

cai-mobfish commented 4 years ago

https://github.com/mobfishgmbh/Cardboard-VR-Unity-SDK/issues/19

I created a new ticket for it, thanks for the feedback.

cai-mobfish commented 4 years ago

@hawkwood

Hello, I just updated public_dev branch, and now the main camera components are decoupled. You can setup your own camera prefab with it.