Publisher | Cabin Icarus |
---|---|
File size | 754.12kB |
Number of files | 214 |
Latest version | 2021.0.2 |
Latest release date | 2022-03-30 08:49:16 |
First release date | 2021-02-04 02:32:14 |
Supported Unity versions | 2018.4.2 or higher |
Use C# to develop Android, most of the things that Java can achieve can be done using this library, the same api, but the naming is based on the C# is named, the first letter is capitalized instead of lowercase.
Feature
1.Thread safe (Support complex thread nesting)
2.IL2CPP Support
3.Simple structure and easy expansion
4.Can replace 99% of Java/Kotlin code
5.Unity -> Android, Unity <- Android
6.Some functions have been encapsulated: document tree selection (requires Android 5.0 or higher), system ui (status bar, navigation bar, whether there is a navigation bar, etc.)
7.Unity's resource images (read/write needs to be turned on) can be transferred to Android's Bitmap, and Android's image resources (Bitmap) can also be transferred to Unity, very easy use method
8.Sample (Create/stop service, multi-service, ForegroundService, document tree selection, open Google Play, initiate notification, set the display and hide of the system ui, display Toast, return to the unity thread to operate the unity object)
9.Contains all source code including java project
Note
Now all Classes are disposable objects and cannot be reused
Products List