We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d279e3c commit 6cbcc63Copy full SHA for 6cbcc63
1 file changed
README.md
@@ -1,2 +1,17 @@
1
# USharpVideo
2
-A basic video player made for VRChat using Udon and UdonSharp
+A basic video player made for VRChat using Udon and UdonSharp. Does not yet support live streams.
3
+
4
+
5
6
+## Features
7
+- Allows master only/everyone lock toggle for video playing
8
+- Video seeking and duration info
9
+- Pause/Play
10
+- Shows master and the last person to play a video
11
12
+## Installation
13
+1. Install the [latest](https://github.com/MerlinVR/USharpVideo/releases/latest) release
14
+2. Drag the USharpVideo prefab into your scene, resize to fit
15
+3. Optionally bake realtime GI for the scene
16
17
+There is also an example scene with the video player setup with lightmapping and everything in the `USharpVideo/Scenes` directory.
0 commit comments