ARFoundation Object tracking - Dynamic adding arobject

I am creating small POC with Object Tracking from ARFoundation. It is working fine.
But actually goal is to load the particular .arobject file based on the user selection and need to track that object and load some augmentation on that object. Unable to find the solution for downloading the .arobject file from server and configure at runtime.

Do we have any solution for this case?

Based on my looking at the docs, I was able to find this entry which seems to suggest you can add the reference object if you import the .arobject as an Asset class in code, and use the example block of code to add it to the library. AR Tracked Object Manager component | AR Foundation | 6.1.0-pre.5

I haven’t touched object tracking personally, but I hope this helps!

Following up on Wyatt’s post, downloading .arobject files from a server is not related to the core functionality of AR Foundation, and thus we don’t have any sample code for you.

But yes this should be something you can do with your own choice of networking solution.