XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
309 stars 34 forks source link

Initialize ARFoundation session #190

Closed FejZa closed 5 years ago

FejZa commented 5 years ago

XRTK - Mixed Reality Toolkit Feature Request

Is your feature request related to a problem? Please describe

Opening a new feature request as part of the general Arfoundation support discussed in #170. The first step to have ARFoundatin working is to properly Setup the session.

How would you classify your suggestion

Describe the solution you'd like

For ARFoundation to work, the following steps Need to be implemtend:

Additional context

https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@1.0/manual/index.html

StephenHodgson commented 5 years ago

After some of the announcements from Unite I'm not sure I want to try and support ARFoundation. Likely there's gonna be conflicts between the XRTK and unity's XR offerings.

FejZa commented 5 years ago

@StephenHodgson from what I have learned since I created this PR personally I don't see how / why XRTK should support ARFoundation, since they are somewhat converging to become "competitors". ARFoundation is currently a subset of what XRTK already is and just an abstarction layer. IMHO this PR is obsolete.