An open API service indexing awesome lists of open source software.

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

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