How do you properly import and use a .aar sdk in Unity3d. I am trying to use the Samsung sdk to know success.I have a built game that now needs to interact with the java methods inside.
Asked
Active
Viewed 24 times
0
-
Does this answer your question? [Unity: Call android function from Unity](https://stackoverflow.com/questions/27550280/unity-call-android-function-from-unity) – Idemax Nov 19 '19 at 22:24
-
Yes and no but I could have been more precise. I created an empty unity3d project, made a dir under assets as Plugins and another in it as Android. I than drag n dropped the sdk/aar file into the android dir and marked it as android only plugin.How am I able to use the Java methods needed that are in the plugin? – user12027856 Nov 19 '19 at 22:35
-
Thank you of course – user12027856 Nov 19 '19 at 22:36