Search Unity

Opening Unity3d scene from native Android app

Discussion in 'Android' started by SpingDeveloper, Dec 11, 2017.

  1. SpingDeveloper

    SpingDeveloper

    Joined:
    Nov 21, 2017
    Posts:
    13
    Hi guys,

    I'm having difficulty to understand if it's possible to load a Unity3d Scene from a native Android app. Let's say we have a simple setup: a button in our native Android app which when pressed opens a new activity and loads the Unity3D engine with the first scene. Is this possible and if so how?

    Thx!