At the first launch everything is fine. The problem occurs if you minimize the game, i.e. it is in the background, and then launch it through the icon. When the screen is dark, the music plays, and you can hear from the sounds that you even managed to switch to the game level The problem does not always occur, but once in ± 10 launches. Also sometimes reproduces when trying to buy, because in this case the game exits, and then returns to the game. But the strange thing is that this doesn’t happen on Android version 10, it appears on 11 and higher
My attempts:
- There were attempts to optimize assets in memory, did not help much.
- I thought that the problem was in the stages of the Android life cycle, tried to clear everything, i.e. delete the UI, stop timers and sounds when minimizing the game OnPause and restore them in OnResum
- Disabled Vulcan support
- Disable mobile HDR
The project is only Blueprint. But if there are any tips and ideas, I can get into the code.
Thank you very much in advance for your ideas