Android Studio – Problem calling SendUnityMessage after Importing Unity project in Android Native Project
So we have an android native project, mostly in Kotlin. Separately we also have a small scene in Unity that we wanted to import. We've been able to export the Unity project as an Android project, build it, and then…