Side scroller Route management

Hello everyone,

I created a new project with the side scroller template. How can I allow the character to follow the route as in the image?

I was thinking of some trigger boxes that every two steps rotate or change position of the camera a bit, but I do not know how to make it.

Or is it possible to handle such a route differently (and the camera fits itself)?

Thanks in advance.

You can try to make it with some collision primitive (box/sphere) to wrap ladder space and Spline component.

Thanks for your help. I found useful the topic you suggested. Thanks to other tutorial on the Path following (spline based & camera) I managed to do what I needed.