Question by
ikkdev · Mar 22 at 01:08 AM ·
androidiosnetworkscene-loading
How to load new scene contents based on a generated link from web?
Hi All,
I would like to implement something that would resemble a mobile game hub or a content player somehow. Let's assume I have a generated link and when I press it on phone/tablet it will take me to this app which in turn it will download the new contents from the web and loaded as a new scene. Without concerning ourselves with security aspects like registration/login or even payment at this stage, is it possible to achieve this kind of mobile app with Unity? Basically it's a welcome scene that would show the downloading/loading for the new scene contents based on a given web link.
Comment