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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,9 +325,9 @@ You can send commands and receive results in any of these languages:
325
325
326
326
- Open the `Package Manager`, click on the + sign in the upper left/right corner.
327
327
- Select "Add package from git URL".
328
-
- Enter URL: https://github.com/endel/NativeWebSocket.git#upm and click in Install.
328
+
- Enter URL: ```https://github.com/endel/NativeWebSocket.git#upm``` and click in Install.
329
329
- After the installation finished, click on the + sign in the upper left/right corner again.
330
-
- Enter URL https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC#upm and click on Install
330
+
- Enter URL ```https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC``` and click on Install
331
331
- Open the `WebRTC-Quest` scene.
332
332
- Link up your signaling server on the `Client-STUNConnection` component in the `Web Socket Server Address` field.
333
333
- Build and deploy the `WebRTC-Quest` scene to your Quest3 device.
@@ -340,9 +340,9 @@ You can send commands and receive results in any of these languages:
340
340
- If there are compiler errors, make sure all packages were imported correctly.
341
341
- Open the `Package Manager`, click on the + sign in the upper left/right corner.
342
342
- Select "Add package from git URL".
343
-
- Enter URL: https://github.com/endel/NativeWebSocket.git#upm and click in Install.
343
+
- Enter URL: ```https://github.com/endel/NativeWebSocket.git#upm``` and click in Install.
344
344
- After the installation finished, click on the + sign in the upper left/right corner again.
345
-
- Enter URL https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC#upm and click on Install
345
+
- Enter URL ```https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC``` and click on Install
346
346
- Use the menu `Tools/Update WebRTC Define Symbol` to update the scripting define symbols if needed.
347
347
- Make sure your own websocket signaling server is up and running. You can find more information about the necessary steps [here](https://youtu.be/-CwJTgt_Z3M?t=1458).
348
348
- If you're going to stream over LAN, make sure the `STUN Server Address` field on `[BuildingBlock] Camera Rig/TrackingSpace/CenterEyeAnchor/Client-STUNConnection` is empty, otherwise leave the default value.
0 commit comments