Android Native Plugin: From Android Studio to Unity
In this tutorial, we will see how to create and import into Unity an Android Native Plugin.
Android Native Plugin
“Native Plugins are platform-specific native code libraries.” (Unity Manual)
An Android Native Plugin allows accessing Android specific features. For example, we need a plugin to use features such as native dialogs and pickers, toasts, the mobile camera, among others.
In order to…
View On WordPress










