i want to make a 3d side scroller that goes in a loop like in the image shown above, how can i do this? ive tried to look up tutorials online but i couldn’t find anything
I would make the player object, in this case Kirby the child of an empty within the centre of the circle and then rotate the empty on the appropriate axis, the player should then just move in a circle. To do this you would have the empty in the centre of the circle rotate based on which key you press.
As for the rest, it’s just animations, pretty effects and a slightly peculiar camera angle.