I am trying to create a platformer in the style of sonic with slopes and loops etc. I know how to apply force to push the character along when on a flat surface, but how do I push from behind the character when running up a sloped surface or round a loop? applying the x force just pushes to the right still.
I think I need to apply detect which way the character is moving and apply the force from the opposite point, but don’t know how.
Thanks