I have a "wall" object that I want moving to the left at all times, and a "player" object that will be moving around. Both use the physics behavior, but I want that colliding with the wall doesn't move it as a result of the collision
Setting the wall to immovable solves the collision problem, but makes it impossible to make it scroll to the left