- Home /
how can i make my character run up ramps like in sonic, fancy pants or even line rider?
In games like fancy pants 2 the character can do loopdeloops and ramps the game im making i in 2d. Im totally lost the slope limit only goes up to 180 so my capsule cant run up walls. Is it done on animation or scripting? Please show me how to do this! Thanks a lot :) Please watch this to get a better idea http://www.youtube.com/watch?v=x0mP_rNdLmc
Answer by Ben Ezard · Jan 20, 2013 at 04:16 PM
You could either code your own gravity script (make sure that your current character isn't using the inbuilt gravity at the same time), or you could just rotate the entire game world around your character as need be, to give the illusion of them running upp walls
Thank you Is this the methods that other games use? have u seen any of those games that do this kind of thing like in bad piggies or fancy pants. i think i used the wrong expression i want to be able to go round ramps. Please watch this http://www.youtube.com/watch?v=x0mP_rNdLmc
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How to have CharacterController interact with Object 1 Answer
FixedUpdate after Animation - Physics Loop 5 Answers
make addforce ignore player controller? 1 Answer
CharacterController falls through or slips off moving platforms 9 Answers