Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenBrush to use Unity XR plugin system #129

Closed
billyquith opened this issue May 23, 2021 · 1 comment
Closed

Update OpenBrush to use Unity XR plugin system #129

billyquith opened this issue May 23, 2021 · 1 comment
Assignees
Labels
enhancement Feature added maintenance Upgrades etc.

Comments

@billyquith
Copy link

billyquith commented May 23, 2021

Unity 2020.x deprecates its VR support in favour of a new XR plug-in framework. OpenBrush is currently on Unity 2019.4 LTS. In order that we can keep up with the latest features in Unity, and stop the code from going stale we will need to update the VR SDK, so that we can later move to Unity 2020, 2021, etc. This issue just addresses the XR plug-in work.

This work is being done in the feature/xr_plugin branch. It is hoped this work will be completed with 2 months.

Notes about moving to Unity XR plugins. There are some complications here. See #130.

  • We can move to XR plugin framework to support some vendors and we can stick on SteamVR plugin to support others.
    • We can stick on Unity 2019.4 LTS for this.
  • When we move to Unity 2020.3 we can use the Unity OpenXR XR plugin.
@billyquith
Copy link
Author

Related to #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature added maintenance Upgrades etc.
Projects
None yet
Development

No branches or pull requests

2 participants