Hello,
I have been testing my game in multiple android as well as iOS devices. A common observation is that, the layout is inconsistent. For example in Samsung A52 the layout shifts to the left and a grey patch is observed on the right (The entire layout is visible, just not in the center) whereas on other android device it is coming out perfectly. Trying to wrap my head around this to find no solution. Any guidance would be appreciated.
Develop games in your browser. Powerful, performant & highly capable.
If your entire layout is visible, turning on unbounded scrolling in project properties may be desirable.