Skip to content

Commit

Permalink
Updated readme and unity package
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luxford committed Aug 15, 2017
1 parent ce65596 commit 4dea2fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Assets/VRKeys/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VRKeys - A VR keyboard for use with NewtonVR
# VRKeys - A drum-style keyboard for VR in Unity

![VRKeys Screenshot](https://github.com/campfireunion/VRKeys/blob/master/Assets/VRKeys/Textures/vrkeys-screenshot.png?raw=true)

VRKeys is a simple keyboard interface for single-line text input that integrates with [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR).
VRKeys is an open source keyboard interface for single-line text input in VR, made in Unity.

### Features

Expand All @@ -13,14 +13,14 @@ VRKeys is a simple keyboard interface for single-line text input that integrates
* Easy input validation, info, and confirmation messages
* Ability to enable/disable input while validating or submitting
* Alternate keyboard layouts for i18n (Dvorak & Azerty for French included)
* Demo scene shows how to integrate into your own projects
* Demo scene shows how to integrate into your own projects.

### Requirements

* [SteamVR](https://www.assetstore.unity3d.com/en/#!/content/32647) and/or [Oculus Utilities for Unity](https://developer.oculus.com/downloads/package/oculus-utilities-for-unity-5/)
* [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR)
* [TextMesh Pro](https://www.assetstore.unity3d.com/en/#!/content/84126)
* [Oculus Audio SDK](https://developer.oculus.com/downloads/package/oculus-audio-sdk-plugins/)
* Demo scene uses [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR), but works without or with others like [VRTK](https://github.com/thestonefox/VRTK).

> To replace the Oculus Audio SDK with an alternate spatializer, just remove `ONSP Audio Source` from the Sphere object under `LeftMallet` and `RightMallet`.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VRKeys - A VR keyboard for use with NewtonVR
# VRKeys - A drum-style keyboard for VR in Unity

![VRKeys Screenshot](https://github.com/campfireunion/VRKeys/blob/master/Assets/VRKeys/Textures/vrkeys-screenshot.png?raw=true)

VRKeys is a simple keyboard interface for single-line text input that integrates with [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR).
VRKeys is an open source keyboard interface for single-line text input in VR, made in Unity.

### Features

Expand All @@ -13,14 +13,14 @@ VRKeys is a simple keyboard interface for single-line text input that integrates
* Easy input validation, info, and confirmation messages
* Ability to enable/disable input while validating or submitting
* Alternate keyboard layouts for i18n (Dvorak & Azerty for French included)
* Demo scene shows how to integrate into your own projects
* Demo scene shows how to integrate into your own projects.

### Requirements

* [SteamVR](https://www.assetstore.unity3d.com/en/#!/content/32647) and/or [Oculus Utilities for Unity](https://developer.oculus.com/downloads/package/oculus-utilities-for-unity-5/)
* [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR)
* [TextMesh Pro](https://www.assetstore.unity3d.com/en/#!/content/84126)
* [Oculus Audio SDK](https://developer.oculus.com/downloads/package/oculus-audio-sdk-plugins/)
* Demo scene uses [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR), but works without or with others like [VRTK](https://github.com/thestonefox/VRTK).

> To replace the Oculus Audio SDK with an alternate spatializer, just remove `ONSP Audio Source` from the Sphere object under `LeftMallet` and `RightMallet`.
Expand Down
Binary file modified VRKeys.unitypackage
Binary file not shown.

0 comments on commit 4dea2fa

Please sign in to comment.