You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/troubleshooting-faq.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,27 @@ The WebVR assets use the WebVR browser API's, a standard-based implementation th
6
6
7
7
## How does it work?
8
8
9
-
It works by using a [custom WebGL template](https://docs.unity3d.com/Manual/webgl-templates.html) and Unity's [message passing](https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html) to send the necessary headset and controller values from the WebVR API into Unity, the values are then applied to cameras and controllers before being then rendered. The rendered frames are then submitted to the headset using WebVR API.
9
+
The package works by using a [custom WebGL template](https://docs.unity3d.com/Manual/webgl-templates.html) and Unity's [message passing](https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html) to send the necessary headset and controller values from the WebVR API into Unity, the values are then applied to cameras and controllers before being then rendered. The rendered frames are then submitted to the headset using WebVR API.
10
10
11
11
## Why wouldn't I just create a native app?
12
12
13
-
The web makes it easy to deliver cotent to users. Just navigate or link to a experience. It works just like any other web content and can be used without having to download, install or approvals. Meet your users where they are.
13
+
The web makes it easy to deliver content to users. Just navigate or link to a experience. It works just like any other web content and can be used without requiring downloads, installs or approvals. Meet your users where they are.
14
14
15
15
## Will it work on mobile?
16
16
17
-
These assets target desktop VR browsers. Mobile device support is limited and not recommended. Please see [compatibility section](../README.md) for more information.
17
+
The package targets desktop VR browsers. Mobile device support is limited and not recommended. Please see [compatibility section](../README.md) for more information.
18
18
19
19
We have gotten it to run on Android devices, but performance is an issue and were still investigating ways to make it more useable.
20
20
21
21
## Can I use these components in production?
22
22
23
-
The components are definetly a work in progress and are in a experimental stage of development, but we're commited on making it possible to deploy real applications with it.
23
+
The components are definitely a work in progress and are in a experimental stage of development, but we're committed to making it possible to deploy real applications with it.
24
24
25
-
## I'm getting out of memory errors. (also Maximum callstack size exceeded)
25
+
## I'm getting out-of-memory errors. (also Maximum call-stack size exceeded)
26
26
27
-
You can increase the memory that is available to your application from the player setting in Unity at`Edit > Project Settings -> Player`
27
+
You can increase the memory that is available to your application from the player setting in Unity from`Edit > Project Settings > Player setting > WebGL Player Settings`
0 commit comments