From 292bb75ef50abc826154b57eeff491e39c974254 Mon Sep 17 00:00:00 2001 From: Max Heimbrock <43608204+MaxHeimbrock@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:01:17 +0200 Subject: [PATCH] Documented need for git lfs --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b72f1dde..e9b194f9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.