Import dlls (#3105)

* install apple plugin

* start setting up bluetooth prefs

* basic test connection

* build the plugins from the webhook
This commit is contained in:
2023-12-12 18:08:56 -08:00
committed by GitHub
parent 19014f3ffd
commit ec4802a29f
20 changed files with 2791 additions and 79 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
set -euxo pipefail
/bin/echo "build plugins"
/bin/echo "building darwin bundle"
bazel build --noincompatible_enable_cc_toolchain_resolution @net_eagle0_unity_godice//darwin/framework:DarwinGodiceBundle
/usr/bin/unzip -o bazel-bin/external/net_eagle0_unity_godice/darwin/framework/DarwinGodiceBundle.zip -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/
/bin/echo "building windows dll"
bazel build @net_eagle0_unity_godice//windows:dll_zip
/usr/bin/unzip -o bazel-bin/external/net_eagle0_unity_godice/windows/dll_zip.zip -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/