Hi!
During the test of my game, I remarked that the scrolling background is not rendered on my phone.
I’ve done a minimal example in a new scene.
This is the only event:
This was one of the first problems I had when making a game! There are a couple threads on this on this board. After doing some research, I figured out: “Turns out mobile devices only render an image less than 3MP or 5MP (depending on how much RAM the device has). So, my large 1080x6000 background images weren’t showing up. I had to split them into smaller images and put them next to each other on the background layer.”