Question of LiveUpdate

Hi there.

I have a collectionproxy ‘A’ that contains collectionproxy ‘B’.

I excluded ‘A’ and tried LiveUpdate, and I can not find the resource of ‘B’. Should ‘B’ also be excluded?

It should be enough to exclude A. And once you’ve loaded all missing assets you should also be able to load the collection proxy B using the normal sequence for loading proxies.

I changed collection proxy B to collection. Thanks for the quick answer! :smile:

Ok, so that’s a workaround at least. But it should work to exclude proxy A which contains proxy B. Right @Johan_Beck-Noren?

Well yes and no :slight_smile:

The actual collectionproxy B resource in this example will be included as a missing resource to collectionproxy A but the resources B contains will not. So collectionproxy B will in turn need to be loaded as an excluded collectionproxy in the same way as A.

2 Likes

Ah, ok, that explains it. Thanks for clarifying Johan!

1 Like