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
Adds helper build script to build ffi libs locally and copy to plugins folder (#197)
* My new build script to build macos and android locally and copy ffi lib artifacts into plugins
* Added section in README for the new build helper script
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,15 @@ You can use the package manager to import local `client-sdk-unity` into your Uni
48
48
49
49
Or you can import the git url `https://github.com/livekit/client-sdk-unity.git` from the package manager.
50
50
51
+
### Building Livekit plugins locally
51
52
53
+
For local development, initialize the git submodule containing the Rust code for the LiveKit plugin libraries.
54
+
55
+
There is a [helper script](https://github.com/livekit/client-sdk-unity/blob/main/BuildScripts~/build_ffi_locally.sh) to build the libraries locally and exchange the downloaded libraries with the build artifacts.
56
+
57
+
Currently, the build script supports the following arguments:
0 commit comments