Naterider
(Naterider)
July 15, 2017, 9:21pm
1
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.
redbox
(redbox)
July 16, 2017, 4:00am
2
You can try to make it with some collision primitive (box/sphere) to wrap ladder space and Spline component.
I'm currently developing a game that has elements similar to infinite runners or the 3D Sonic games. I have the track, the movement and items etc. The game is fully functional and almost ready to ship, but I want to experiment with a new idea to...
Naterider
(Naterider)
July 18, 2017, 4:39pm
3
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.