Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Resolved Loading assets dynamically for AR

Discussion in 'AR' started by rssamarakoon, Mar 3, 2023.

  1. rssamarakoon

    rssamarakoon

    Joined:
    Nov 29, 2021
    Posts:
    7
    I am looking to build an app that allows users experience how 3d models(Ex: furniture) will fit in/look like in real world spaces using AR. If I want to have 100s of such objects, it won't be practical to add all of them to a scene/game. Besides it won't be efficient to having to publish a new version every time a new model is introduced. Is it possible to load 3d models from a cloud storage(Ex: AWS S3) and dynamically add them at runtime. Please advise what the best approach for such an app would be? Thanks in advance.
     
  2. jeromeatunity

    jeromeatunity

    Unity Technologies

    Joined:
    Jul 1, 2018
    Posts:
    61
  3. rssamarakoon

    rssamarakoon

    Joined:
    Nov 29, 2021
    Posts:
    7