I have multiple scene in my project and I don't want to embed all scene in apk because of size of application. I want to import the .unityproject or unity scene dynamically(download from internet) and render it in app. Is it possible ? Do we have any other possible way to implement this?
Thanks in advance.