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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,11 @@ A basic video player made for VRChat using Udon and UdonSharp. Supports normal v
24
24
2. Drag the USharpVideo prefab into your scene, resize to fit
25
25
3. Optionally bake realtime GI for the scene
26
26
27
-
There is also an example scene with the video player setup with lightmapping and everything in the `USharpVideo/Examples/Scenes` directory.
27
+
There is also an example scene with the video player setup with lightmapping and everything in the `USharpVideo/Examples` directory.
28
+
29
+
## FAQ
30
+
### Does YouTube work on Quest?
31
+
No. There is no mechanism to support YouTube videos on Quest reasonably that will not be broken by VRChat the momement it is implemented.
32
+
33
+
### Are videos supported on Quest?
34
+
Yes, kind of. You must have a direct link to a .mp4 video for videos to work on Quest. This is because Quest does not have YouTubeDL which is needed to resolve links that are not pointing directly to a video file. Which is why YouTube is not supported.
0 commit comments