Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,9 @@ We plan to support all Unity platforms with this SDK. WebGL is currently support



Follow this [unity tutorial](https://docs.unity3d.com/Manual/upm-ui-giturl.html),



clone this repo and download the ffi binaries.
Before cloning the repo, make sure that git LFS is installed and setup.

You can either clone the repo and import from the local Unity package files:


```sh
Expand All @@ -88,11 +85,6 @@ git clone https://github.com/livekit/client-sdk-unity.git
cd client-sdk-unity

```



You can use the package manager to import local `client-sdk-unity` into your Unity project.



Or you can import the git url `https://github.com/livekit/client-sdk-unity.git` from the package manager.
Expand Down
Loading