From 7d951e0f1b4e5d8f05932b7e7de32efba1a993b7 Mon Sep 17 00:00:00 2001 From: Casey Yee Date: Tue, 10 Jul 2018 15:27:43 -0700 Subject: [PATCH] Document InputManager.asset copy, update mobile support section. --- docs/controllers.md | 3 +++ docs/troubleshooting-faq.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/controllers.md b/docs/controllers.md index a656576..abf9126 100644 --- a/docs/controllers.md +++ b/docs/controllers.md @@ -51,6 +51,9 @@ To create a new `WebVRControllerInputMap`, use `Asset > Create > WebVRController # Configure Unity Input Manager +To get up and running using pre-configured Input Manager settings, copy `Project Settings/InputManager.asset` from this repo into your own project. + +You can also choose to manually configure the Input Manager by using `Edit > Project Settings > Input` Below is an example of a Unity Input Manager entries that map to `WebVRControllerInputMap` configuration as shown above. diff --git a/docs/troubleshooting-faq.md b/docs/troubleshooting-faq.md index 997b86b..e921f89 100644 --- a/docs/troubleshooting-faq.md +++ b/docs/troubleshooting-faq.md @@ -40,7 +40,9 @@ The web makes it easy to deliver content to users. Just navigate or link to a ex ## Will it work on mobile? -The WebVR Assets package targets desktop VR browsers. Mobile VR browser support is limited and not recommended at this time due to the performance and memory limitations of the Unity WebGL Player on mobile browsers. Although we have had some luck running on Android devices (Oculus Go, Google Pixel, Samsung Galaxy devices), Safari on iOS fails to load. We are investigating ways to make the exporter more usable on mobile. Stay tuned! +The WebVR Assets package targets desktop VR browsers. Mobile VR browser support is limited and generally not recommended at this time due to the performance and memory limitations of the Unity WebGL Player on mobile browsers. + +With that said, we have had luck using the Oculus Go (Oculus browser) and Google Pixel (Chrome with Daydream) devices as well as more powerful Android devices such as the Google Pixel and Samsug Galaxy using Polyfilled Cardboard support. Safari on iOS [fails to load](https://github.com/mozilla/unity-webvr-export/issues/181). We are investigating ways to make the exporter more usable on mobile. Stay tuned! Please see [compatibility details](../README.md) for more information.