Hi, I know how to debug simple android app using Android Studio, and I know how to debug android app using Unity5.
Please help, what’s the simplest way to create and use the native plugins from the simple android app i created using the Android studio, then access it using Unity5. I already research about creating android native plugins and tried the tutorials but, it I only encounter creating plugins without imports.
what I want to know:
- creating a plugin based from my simple video record of Android Studio
- Access it using Unity5
Thank you very much.