Climbable
This component designates a collider that the avatar can climb. Allows an avatar to climb the game object you assign this component to. A box collider is recommended.
How To Use
Simply add the Climbable
component to a game object that has a collider. You should place it on vertical surfaces, as the avatar can only climb up and down.
Limitations
Only vertical climbing is supported.