Can someone help confirm my understanding of loading collections via collection proxies? Here’s my two primary questions:
-
When loading a collection using a proxy either with load or async load, does it make sense to show a loading screen? If so, I don’t see a way to get the progress percent during the load since the engine takes care of it.
-
Seems like there is no way to fade-in a collection upon the load without either animating a black square in and out over the collection or alternatively I’d have to target all sprites individually in the collection and fade everything in manually? In other words there isn’t a way that I can tell to fade in the collection as a whole container type?
Thanks for any help here!
-Deckarep