https://github.com/rubix1991/com.rubix.unity.android.api-examples
Provides examples for com.rubix.unity.android.api package.
https://github.com/rubix1991/com.rubix.unity.android.api-examples
android api csharp example java level unity wrappers
Last synced: 11 days ago
JSON representation
Provides examples for com.rubix.unity.android.api package.
- Host: GitHub
- URL: https://github.com/rubix1991/com.rubix.unity.android.api-examples
- Owner: Rubix1991
- License: mit
- Created: 2025-04-26T08:47:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-20T20:31:08.000Z (6 months ago)
- Last Synced: 2025-10-20T22:28:02.708Z (6 months ago)
- Topics: android, api, csharp, example, java, level, unity, wrappers
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples showing how to use C# wrappers for Android Java APIs
For more information, check out [here](https://github.com/Rubix1991/com.rubix.unity.android.api).
## Requirements
* [Git](https://git-scm.com/install/)
* Unity 6000.0.47f1 or higher
* Unity Android Support
## Quick Steps
* Build to Android device
* Select an example
## Examples
| **Name** | **Description** |
| :--- | :--- |
| Toasts | Provides a way for showing short/long [toasts](https://developer.android.com/guide/topics/ui/notifiers/toasts). |
| Input Devices | Displays a list of native Android input devices. |
| Dialogs | Shows how to invoke native Android dialog. |
| Settings | Shows to navigate various settings - application, general, WiFi, Bluetooth, Sound, Locale, Display. |
| Browser | Shows how to open native browser. |
| Vibrator | Shows how use Android's vibrator. |
| Rate App | Shows how to rate an app. |
| Insets | Provides the ability to show/hide status bar, navigation bar. Also shows their sizes.
**Note:** This example will only work correctly with Unity 6000.1.14f1 and up, in previous versions, Unity would always reset status bar and navigation bar, if user attempts to manually show/hide them. |