Skip to content

Commit

Permalink
Add Import Step
Browse files Browse the repository at this point in the history
  • Loading branch information
vmohan7 authored Jul 4, 2021
1 parent 7f9fc94 commit 709dba9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Unity VR Render Streaming SDK

Version : 0.1.0 beta

This SDK package is built based on [Unity Render Streaming](https://docs.unity3d.com/Packages/com.unity.renderstreaming@2.0/manual/index.html) and [Unity WebRTC](https://docs.unity3d.com/Packages/com.unity.webrtc@2.4/manual/index.html). By using this package, you can stream any Unity scene from the the Unity Editor or a Standalone build to a WebXR client on the FusedVR Website : [https://fusedvr.com/rendering](https://fusedvr.com/rendering). To try this this package, it is as simple as dragging the included **Render Streaming Services** prefab into your Unity scene that you would like to stream and setting up the connect to the WebRTC server.

# Setup

1. Drag the provided **Render Streaming Service** prefab into your Unity scene
2. Verify the WebRTC server address on the **RenderStreaming** Gameobject and Component is : wss://webrtc-pcehljv7ea-uw.a.run.app
3. Start the scene (click Play in Editor or create a standalone Build)
4. Open https://fusedvr.com/rendering in a WebRTC compatible browser (most standard browesers support this) with a WebXR compatible VR Headset connected.
1. Import this Github Repo as a Unity Package via the Unity Package Manager **Add from Git URL** : https://github.com/FusedVR/VRStreaming.git
2. Drag the provided **Render Streaming Service** prefab into your Unity scene
3. Verify the WebRTC server address on the **RenderStreaming** Gameobject and Component is : wss://webrtc-pcehljv7ea-uw.a.run.app
4. Start the scene (click Play in Editor or create a standalone Build)
5. Open https://fusedvr.com/rendering in a WebRTC compatible browser (most standard browesers support this) with a WebXR compatible VR Headset connected.
a. Please verify that the URL is being served over an https connection!
b. This page will connect to the WebRTC server served at webrtc-pcehljv7ea-uw.a.run.app using the Google STUN Server (stun:stun.l.google.com:19302)
5. On the Browser, click "**Connect to Cloud VR Streaming Server**"
Expand Down

0 comments on commit 709dba9

Please sign in to comment.