Skip to content

Commit a7def5e

Browse files
Update README.md
add UPM installation info
1 parent a605f61 commit a7def5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ A tutorial YouTube video can be found here: [https://www.youtube.com/watch?v=-Cw
2323
2. Make sure, that the required dependencies are installed (`TextMeshPro`, `Unity WebRTC`, `NativeWebSocket`).
2424
3. Import the package into your Unity project.
2525

26+
## Installation using Unity Package Manager
27+
1. Create a new Unity project
28+
2. Open the Package Manager, click on the + sign in the upper left/right corner
29+
3. Select "Add package from git URL"
30+
4. Insert this link `https://github.com/FireDragonGameStudio/SimpleWebRTC.git?path=/Assets/SimpleWebRTC#upm` and click on Install
31+
2632
## Manual Installation
2733
1. Clone the repository:
2834
```sh

0 commit comments

Comments
 (0)