#Does the Runtime Content Manager unload an archive file once an object has been loaded?
1 messages · Page 1 of 1 (latest)
if you load one massive subscene - all resources will be loaded
If you load EntityPrefabReferenc - only resources for that entity will be loaded
if you load WeakObjectReferenc - only that object will be loaded
When I load a WeakObjectReference it appears to me on reading their code, it does load the entire packed assets file no?