Part of collection disappearing (SOLVED)

I have a front-end collection and main game collection and load/unload these with collection proxies.

When I return to the front-end after playing the game, part of the front-end collection doesn’t reappear - namely sprites and particlefx. GUI elements appear as normal though and the front-end functions as is should.

This really has me stumped. Any suggestions would be helpful! Thanks.

Some Z-ordering issue perhaps? Put something in the update() function of a script. Does it print?

1 Like

My fault - as usual!

Needed to reset the camera to zero position when initialising the frontend.

1 Like