Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Unity 5] Tutorial: How to make a climbing system like in Assassins Creed in Unity

Discussion in 'Community Learning & Teaching' started by gamadgames, Aug 8, 2016.

  1. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141
    Hello guys and welcome to another unity 5 tutorial!
    In this tutorial we are going to create a climbing system!



    My inspiration was Assassins Creed, but also Uncharted ;)

    I hope you guys like it!

    Also if you got any questions, just ask in the comments!
     
    ElectroMantis likes this.
  2. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141
    The second part of how to create a climbing system with unity!
     
    ElectroMantis likes this.
  3. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    The third part of how to create a climbing system like in AC!
     
    ElectroMantis likes this.
  4. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    The fourth part of how to create a climbing system!
     
  5. KazumoR

    KazumoR

    Joined:
    Aug 31, 2016
    Posts:
    4
    I've been following this tutorial in the last week and I'm sure it will turn out to be super useful when I decide to implement something like this. Thanks a lot for sharing! Good work!
     
  6. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141
    I'm glad I can help you!
     
  7. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    Part 5 of this tutorial series!
     
  8. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    Part 6 is out!
     
  9. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141

    Part 7 of how to create a climbing system!!!!!!!!
     
  10. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    Part 8 of how to create a climbing system!
     
  11. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    Part 9 is out!
     
  12. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    The last part in this awesome tutorial series about how to create a climbing system like in Assassins creed!
     
  13. gamadgames

    gamadgames

    Joined:
    May 31, 2014
    Posts:
    141


    How to debug raycasts in unity!
     
  14. chusmaverde

    chusmaverde

    Joined:
    Jun 10, 2013
    Posts:
    29
    Hello Gamad,

    Thanks for the nice tutorial! I have been trying to follow it, but I am running into some strange behavior after finishing part 8. I would love to debug it properly and find where the problems are. Specifically I am having strange lateral movement when the character has grabbed the ledge. If I click the horizontal directions the character rotates and moves in hiccups or none at all in that direction. Would it be possible to check a github repository to see where I have made a mistake? going through the whole videos to check sentence by sentence is very tedious.
     
  15. whosthatguy1

    whosthatguy1

    Joined:
    Jun 11, 2018
    Posts:
    1
    Great Tutorial so far. I am new to code and understand this is out of my league in terms of fully understanding every component but I was wondering how I would alter the handTrans variable so I can have two hands. My current character model has two hands. I am not aware of how to incorporate two hands in the MoveTowardsPoint function and so forth. I am going to continue on But thanks ahead of time.