Skip to content

Commit

Permalink
Create Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
decoc committed Jul 4, 2019
1 parent 985408e commit 90d98b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This project is Oculus Quest input extension example of [MRTK](https://github.com/microsoft/MixedRealityToolkit-Unity).
See the directory of MixedRealityToolkit.Oculus.

![image](https://user-images.githubusercontent.com/12431632/60686025-7e947700-9ee1-11e9-95b2-27277fb2cfe1.png)
see also https://twitter.com/Ash_Yin/status/1146851771668545539

<b>Note: I don't continue any more supporting this project.</b>

# Environments
- Unity: 2019.1.8
- [MRTKv2 RC2](https://github.com/microsoft/MixedRealityToolkit-Unity/releases/tag/v2.0.0-RC2.1)

# How to use this project
Import MRTK, then build the scene "Sample.scene" with Android target.

# Future Work
In this project, I used UnityEngine.XR API for MRTK extension. However, some input key buttons of Oclus Quest are not supported in Unity so
I rewriting all of my codes using <b>Oculus Integration</b> in other workspace.

0 comments on commit 90d98b8

Please sign in to comment.