From 2afa16aefa95efa281f451b6f66d25402da0668a Mon Sep 17 00:00:00 2001 From: John Luxford Date: Thu, 29 Jun 2017 14:22:52 -0500 Subject: [PATCH] Updated readme, missed TextMesh Pro requirement --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c89008..b46adf9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ VRKeys is a simple keyboard interface for single-line text input that integrates with [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR). -It also uses the [Oculus Audio SDK](https://developer.oculus.com/downloads/package/oculus-audio-sdk-plugins/) for spatialization of audio produced when you press a key, but this is easily replaceable too (just remove the `ONSP Audio Source` component from the Sphere under `LeftMallet` and `RightMallet`). +Requirements: + +* [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/) + +> To replace the Oculus Audio SDK with an alternate spatializer, just remove `ONSP AudioSource` from the Sphere object under `LeftMallet` and `RightMallet`. Brought to you by [The Campfire Union](https://www.campfireunion.com/).