Search code examples
phpunity-game-engineaugmented-realityvuforiavuforia-cloud-recognition

Is it possible to make a dynamic AR app with CMS?


I want to make a dynamic AR app. Can you guide me?

I want to have a CMS of targets and streaming assets to display. User must make only one install and updates will be made via SYNCH. Can you give me inputs on this like SDKs and APIs to use, step by step in general.

I am familiar with Unity and Vuforia but for static stuff. The back-end user must upload audio-visual content, 3D models and links against the various markers available (CRUD interface).


Solution

  • Content delivery for audio & visual is assenbundles. Use Addressables for that, very easy to use.

    For AR I would consider ARFoundation at first, Vuforia usually is alternative for that, not the first choice. The only tricky thing dynamic AR targets, it might not work easy. The rest logic is up to u.

    P.S. about one install thing - don't put too much hopes on that idea. You might reduce updates count with content delivery, but u almost for sure could not create only version 1.0.0 and have no updates after.