Help Creating Climbing Script

Hello,

I would like to create a script in which allows the character to jump and grab onto the edge of a higher block, and then either; pull themselves up, shimmy left or right, drop back down or jump backwards. These mechanics are common in adventure games such as Tomb Raider. I would like to know if anybody can give me any advice on the best way to make it work. :slight_smile:

I appreciate any help. Thanks

I have never done this, but my quess would be to create the animation (climbing) for your character. Then put a trigger where you want the climbing behaviour to occur and let the animation play when the InTriggerEnter event fires. At the end of the animation you could place the player transform in the position on top of the objects that they climbed.