We’ve faced a strange issue while developing a mobile game.
Actually, this is a multiplatform game (mobile & pc - webgl), and we managed to reproduce it in mobile game format only. (Error reproduced: LG k9 (Low-mid end) - Motorola G7 Plus (Mid end) - Samsung S10 Plus (High End)
We are developing a 3D game with 2D canvas, and in a specific point (a single time) the game renderizes the canvas as below:
The game doesn’t crash, and if I click NEXT >, where the original button should be, the game renderizes perfectly as if nothing ever happened. Also, this problem doesn’t happen again, only once during the gameplay (as it is a visual novel and follows a script). Thus, we don’t think its a memory related issue.
Do anyone have ever had this kind of issue before?