Compare commits

...

2 Commits

Author SHA1 Message Date
rodolpheh 6b9c7eaa91 Add empty folder for Android dependencies 2023-11-05 14:25:59 +00:00
rodolpheh 17213f5f43 Add godot-ultraleap-binder submodule 2023-11-05 14:24:54 +00:00
4 changed files with 19 additions and 1 deletions

8
.gitignore vendored
View File

@ -1,6 +1,12 @@
.vscode/
*.dblite
*.os
# Don't commit builds and plugins
demo/build/
demo/android/build/
demo/android/.build_version
demo/android/.build_version
demo/android/plugins/
# Used for local tests
debug.keystore

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "godot-cpp"]
path = godot-cpp
url = https://github.com/godotengine/godot-cpp.git
[submodule "godot-ultraleap-binder"]
path = godot-ultraleap-binder
url = https://forge.lunai.re/rodolphe/godot-ultraleap-binder

8
android/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# You'll need to put those files yourself
# You should find this one in your system if you have installed the SDK
LeapC.h
# These ones can be found in Ultraleap's Unity plugin repository
UltraleapTrackingServiceBinder.aar
libLeapC.so

@ -0,0 +1 @@
Subproject commit b1b5942257ee26aaaad2844987c340f989ef4436