Search Unity

Question AR app: conditionally show assets by downloading the required asset

Discussion in 'Editor & General Support' started by jayampthi, Jul 6, 2021.

  1. jayampthi

    jayampthi

    Joined:
    Apr 27, 2021
    Posts:
    3
    As I have mentioned in the topic, I need to conditionally render the Asset by downloading from the storage server. I will first scan an image then the corresponding asset will be downloaded. I was thinking to use unity as a library to render the 3d object only. How can I pass the assets if I use unity as library.
    thank you