We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb271a commit 1e0e106Copy full SHA for 1e0e106
README.md
@@ -31,10 +31,13 @@ clone this repo and download the ffi binaries.
31
```sh
32
git clone https://github.com/livekit/client-sdk-unity.git
33
cd client-sdk-unity
34
-python3 install.py
35
```
36
37
-You can use the package manager to import `client-sdk-unity` into your Unity project.
+You can use the package manager to import local `client-sdk-unity` into your Unity project.
+
38
+Or you can import the git url `https://github.com/livekit/client-sdk-unity.git` from the package manager.
39
40
41
42
### iOS
43
0 commit comments