How to direct missing dependencies from StreamableManager.LoadSynchronous to resolve them

I’m using StreamableManager.LoadSynchronous to load in user generated content dynamically. When this content references objects that haven’t been loaded yet, I load those objects in first. I run into an issue when users name objects the same name and I try to load objects of the same name. Is there a way I can redirect those missing dependencies to the correct files?