This directory contains an Android Studio project that's used to build the Android Library
io.loomx.unity3d.aar, this library is a Unity3d plugin that can be used on Android.
In Android Studio:
- Open the Gradle panel (
View->Tool Windows->Gradle). - Expand the
unity3d->Tasks->unity3dpluginnode, double-click on eitherdeployDebugPluginordeployReleasePlugin, this will build and copy the plugin toAssets/Plugins/Android.
NOTE: The
deploytasks will invoke either theassembleDebugandassembleReleasetasks, they can be found by expanding theunity3d->Tasks->buildnode. Theassembletasks will place the compiled.aarlib in theAndroid/unity3d/build/outputs/aardirectory.