- Home /
Climbing Walls
I am trying to create a side scroller game but having a little trouble on climbing. Is there a script someone can help me with which can make my character climb on the side of the walls? Is there suppose to be a collider with climbing? Any help will be appreciated.
I did search the links provided but they dont seem to work when I try them in my project. I dont know if I am using the code correctly but do you know how to make a character climb walls?
I didn't do it yet but i quickly made a test scene and used the climb wall character controller script and it worked.
Here is the unitypackage: https://dl.dropboxusercontent.com/u/83937500/TestWallClimb.unitypackage
Just walk up to the wall and hold spacebar while moving forward.
Thanks for the code. The code you providing for climbing the wall takes one big leap over the wall. But I was looking for something like this: http://www.youtube.com/watch?v=pX4LmbYaC6I So there is climbing on wall until it reaches the top. It is just like climbing a pole.
in forums there are people you can pay to write scripts for you. This is not the place to be asking for scripts.
I am not asking for someone to write scripts for me. I am simply asking for a simpler way to make my character to fly.
Answer by ExTheSea · May 10, 2013 at 09:50 AM
Check out these links:
http://answers.unity3d.com/questions/34596/how-to-make-a-player-climb-the-wall.html
http://answers.unity3d.com/questions/39014/climb-wall-character-controller.html
http://answers.unity3d.com/questions/60701/3rd-person-ladderwall-climb-script.html
http://answers.unity3d.com/questions/25581/programming-wall-climbing.html
Please use the Search next time before you post a question.
Your answer
Follow this Question
Related Questions
Character Controller, changing collider's size? 0 Answers
Character Controller's Collider Restricting Other Colliders 1 Answer
Character - what collider? 2 Answers
Making a character to glide 2 Answers
Is this how a ladder collider works? 1 Answer