VRiends / Unity-Playground

MIT License
0 stars 0 forks source link

Decide on Interaction System to use #8

Open Manuel-Ko opened 4 years ago

Manuel-Ko commented 4 years ago

Unity recently released their new XR Interaction Toolkit as a preview package which might be a replacement for the SteamVR Interactions with more crossplatform capabilities. The goal of this issue is to decide whether Unity's Toolkit is meeting the rquirements for developing the Quickaccess.

Manuel-Ko commented 4 years ago

Current capabilities of the Interaction Toolkit are:

It's architecture is based on Interactables, Interactors and the Interaction Manager:

See Also:

Unity Forum XRIT Docs

Pros:

Cons:

Conclusion:

For prototyping on a single platform the XRIT is not feasable yet due to it's limited feature set and somewhat limiting assumptions on how interactions should work. I will look at steamVR instead or start implementing my own.

Manuel-Ko commented 4 years ago

Unity 2020.1 and onwards do not support the steamVR Plugin with Interactionsystem and skeletal input. ☹️

LexQzim commented 4 years ago

How is that possible? What is the alternativ when u are Not able to use steamVR?