Hello,
I have tried different methods to make a background scroll and wrap around flawlessly.
One way is using 2 instance and pinning/hierarchy them together. But when running the game, they look like one is dragging the other.
I tried using Tiled Background and moving it around + resizing it at the same time, but it was a bit complex.
The approach I used was using 2 instances with Bullet behavior with the same speed. It mostly worked, but there are noticeable tears where they meet. It is not noticeable when the bullet moves at high speed, but it is there.
All approaches use the Wrap behavior. But the problem with it is that it needs the whole object to go outside of layout before it wraps around. Is there a way to make the object "partially" wrap? i.e. the parts outside of layout wrap around.
I don't know if I need to change some options in the Layer/Project properties for this to work.
Thank you.