I’m working on a 2D side scroller game, and I want the camera to stop showing the other side of a wall when the character approaches it. When the character moves away from the wall, I want the camera to return to its normal position. How can I achieve this?