# INTERACTABLE OBJECTS

### Ladder

A ladder the character can climb onto.

It needs a `Box Collider` with `Is Trigger` enabled which defines the area of the ladder.

And a `Ladder` script with the `Direction` set to the ladder’s direction (`Left` or `Right`).

The `Climb Pos` is a transform inside the ladder object which defines the character’s position when climbing the ladder.

<div><figure><img src="https://2697269646-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVAsWZLJR6xuMkfJM3gAU%2Fuploads%2FvnMjMO2fATvqj8eEZYHx%2Fladder_01.png?alt=media&#x26;token=699008b7-2fb9-4732-a060-3b8901f495ab" alt="" width="287"><figcaption></figcaption></figure> <figure><img src="https://2697269646-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVAsWZLJR6xuMkfJM3gAU%2Fuploads%2F6zwPxGsQkzsgZJSUaVUk%2Fladder_02.png?alt=media&#x26;token=4f653180-2541-4b64-92ae-c5b8f3afe58f" alt="" width="375"><figcaption></figcaption></figure></div>

### Platform

One-way platform that the character can jump onto and get down from it.

When standing on a platform and keep pressing down key, the character can directly get down from the platform.

It needs a collider with `Used By Effector` enabled, a `Platform Effector 2D` with `Collider Mask` set to exclude the player layer, and a `Platform` script.

<div><figure><img src="https://2697269646-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVAsWZLJR6xuMkfJM3gAU%2Fuploads%2FOcYjR9MFZl8WYq13vpul%2Fplatform_01.png?alt=media&#x26;token=f2bb8925-ae31-4b75-af75-e646aa4c69a0" alt="" width="279"><figcaption></figcaption></figure> <figure><img src="https://2697269646-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVAsWZLJR6xuMkfJM3gAU%2Fuploads%2FndwJffBw01oru3ECm2gy%2Fplatform_02.png?alt=media&#x26;token=c11e9986-dae0-42d7-b62a-611dede5d765" alt="" width="343"><figcaption></figcaption></figure></div>
