https://github.com/extendrealityltd/vrtk.tutorials.oculusintegration
Prefabs and code for use with the Oculus Integration Unity Package
https://github.com/extendrealityltd/vrtk.tutorials.oculusintegration
archived deprecated obsolete
Last synced: about 1 year ago
JSON representation
Prefabs and code for use with the Oculus Integration Unity Package
- Host: GitHub
- URL: https://github.com/extendrealityltd/vrtk.tutorials.oculusintegration
- Owner: ExtendRealityLtd
- License: mit
- Created: 2019-03-28T13:20:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T11:38:34.000Z (over 5 years ago)
- Last Synced: 2025-03-21T03:11:17.273Z (over 1 year ago)
- Topics: archived, deprecated, obsolete
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 26
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Deprecated Repository
This tutorial has been deprecated in place of newer tutorials and how to guides included with the [Tilia.SDK.OculusIntegration.Unity](https://github.com/ExtendRealityLtd/Tilia.SDK.OculusIntegration.Unity) repository. Please see the [Documentation](https://github.com/ExtendRealityLtd/Tilia.SDK.OculusIntegration.Unity/tree/master/Documentation) located on that repository.
# VRTK Tutorials - Oculus Integration
## Introduction
Prefabs and code for use with the [Oculus Integration] [Unity] Package.
The written tutorials can be found at the [VRTK Academy -> Tutorials -> Working With 3rd Party SDKs -> Using Oculus Integration].
## Getting Started
The intention of this repository is to support the tutorials on the [VRTK Academy], however it can simply be checked out into an existing [VRTK] project and used as is.
### Cloning the VRTK.Tutorials.OculusIntegration repo into a project
* Navigate to the `Assets/` directory of your project.
* Git clone this repo into the `Assets/` directory:
* `git clone https://github.com/ExtendRealityLtd/VRTK.Tutorials.OculusIntegration.git` - [How To Clone A Repo]
* Wait for the Unity software to finish importing the cloned files.
## Contributing
We're not currently in a place where accepting contributions would be helpful. But as soon as we're ready we'll let you know!
## License
Code released under the [MIT License].
## Disclaimer
These materials are not sponsored by or affiliated with Unity Technologies or its affiliates. "Unity" is a trademark or registered trademark of Unity Technologies or its affiliates in the U.S. and elsewhere.
[VRTK]: https://github.com/ExtendRealityLtd/VRTK
[VRTK Academy]: https://academy.vrtk.io
[VRTK Academy -> Tutorials -> Working With 3rd Party SDKs -> Using Oculus Integration]: https://academy.vrtk.io/Documentation/Tutorials/WorkingWith3rdPartySDKs/UsingOculusIntegration/
[Oculus Integration]: https://developer.oculus.com/downloads/package/unity-integration/
[How To Clone A Repo]: https://help.github.com/articles/cloning-a-repository/
[Unity]: https://unity3d.com/
[MIT License]: LICENSE.md