my game takes a lot of time (up to 10 seconds in some slow devices) when resuming after being deactivated, having users telling me that the game failed to resume (when it’s just being slow)
Is there any way to show a progress bar while resuming? (as far as I know I don’t have control over the game until everything has been reloaded)
Hi,
there is a way to add simple animation to display during resume, you will need to make your own implementation of resumer. the default one rotates texture, you can use it like this in your game load method:
but as far as i know this whole thing is a bug on the xamarin side, and it was reported to be fixed in january, but i still don’t see anything changed with new xamarin updates…