I need help with Unity and Android. I am familiar with Android development (Android Studio + Gradle) and I just started to learn Unity. I have exported my game as Android project and I was able to import it in Android Studio. There are still some missing parts in the pipeline that I still not get:
- Every time I need a fix in Unity I need to export the project again?
- Is there any kind of documentation that describes the full process with details?
- How to integrate google play services? I found this online: GitHub - playgameservices/play-games-plugin-for-unity: Google Play Games plugin for Unity. Is this the right/best way?
- What if I want to use a custom android library? How to integrate it in Unity?
Thanks.