How to import resource at runtime?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mburkard

I have glb files stored outside of my project, as well as potentially more coming from the network that I want to use in my application. Is there a way to import them at runtime?

If needed I can use a different file format for the models.

:bust_in_silhouette: Reply From: dethland

I think it is possible, this page may help you.