I have question related to cloud database. I want develop application like blippar(Augmented Reality (AR) Company | Blippar) where download content from server into the application will you please help me to find out the solution how to do this.
1.Is there any way to download assets from server directly into application.
2.Don’t need to add assets into the application it will directly download from server.
The fact you are dealing with AR does not make things much different in term of development.
Vuforia does a massive work looking for marker with a whole bunch of matrices and vector calculation. In the end, all you care about is the event whether the marker was found or lost.
In our app, if found, the object is set active, if lost, deactivate. This is it. The rest is basic Unity programming.
So your question is just “How can I download from server”: