https://github.com/wooga/unity-version-manager-jni
JNI bindings for the unity version manager
https://github.com/wooga/unity-version-manager-jni
java jni ubs unity uvm version-manager wdk
Last synced: 18 days ago
JSON representation
JNI bindings for the unity version manager
- Host: GitHub
- URL: https://github.com/wooga/unity-version-manager-jni
- Owner: wooga
- License: apache-2.0
- Created: 2018-10-31T13:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T12:05:06.000Z (3 months ago)
- Last Synced: 2025-03-24T17:11:06.655Z (about 1 month ago)
- Topics: java, jni, ubs, unity, uvm, version-manager, wdk
- Language: Groovy
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 37
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unity-version-manager-jni
=========================This project consists of a simple java native interface for the [unity-version-manager](https://github.com/Larusso/unity-version-manager).
This repo holds two components:
* a rust JNI module
* a simple library who uses the native interfaces from the rust libraryRust
----All rust sources are located in the `rust` sub directory. It contains a gradle project which does the rust setup and compiles the JNI interface.
> Note:
> The autosetup of rust does not work on windows system. The plugin can't execute the correct installer for windows.Java
----The java library part simply loads the compiled native library based on the platform and provides a static interface to some
of the features provided by [unity-version-manager](https://github.com/Larusso/unity-version-manager).Compile
-------This is a gradle project so just run:
```bash
./gradlew assemble
```LICENSE
=======Copyright 2018 Wooga GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atUnless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[unity-version-manager]: https:://github.com/Larusso/unity-version-manager