Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #318 from caseyyee/input-manager-doc
Browse files Browse the repository at this point in the history
Document InputManager.asset copy, update mobile support section.
  • Loading branch information
caseyyee authored Jul 10, 2018
2 parents 0dc231c + 7d951e0 commit 1853dbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion docs/troubleshooting-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1853dbf

Please sign in to comment.