Tag: kotlin

  • Unity with Android Activity Callbacks

    Unity with Android Activity Callbacks

    I am still learning android development, still wrapping my head around the basic concepts, so trying to get unity and android working together has had its challenges. One such challenge is triggering android activities from unity then getting some result back. An Activity is a core building block of Android apps, representing a single screen…