Basically the issue is. I want to load about 48 images (it’s an image pack inside an app), so I do the following:
- Turn on panel that says “Loading… please wait…”.
- Load resources (textures from resource lib)
- Torn off load panel.
What happens is:
- App hangs.
- Panel are turned on/off so fast you don’t see it at all.
- Resources are loaded.
I’ve tried to force an update of the canvas before loading, but it still does the same.
Removing the resouces load and panel off, correctly turns on the loading panel.
Anyone?
Regards
Odin