# SORTING LAYERS

### Overview

As you can see, the demo scene has platforms of different height levels. To make them sorted correctly, each height level is put at a different `Sorting Layer`. Inside each `Sorting Layer`, objects also have different `Order in Layer` values.

![](https://753025212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXXykzv2ZOBtAHZzGTFq1%2Fuploads%2FrHbpeYOtHprrd0JcLlfd%2F1.png?alt=media)

For collision to work correctly in each height level, objects in different `Sorting Layer` should also be put into corresponding `Layer`.

In order to make the player object able to travel between different layers. There is a `Edge Collider 2D`  with `Stair Layer Trigger`  script attached. When the player object touches the trigger, it will be sent to the layer and sorting layer defined in the script.

<figure><img src="https://753025212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXXykzv2ZOBtAHZzGTFq1%2Fuploads%2F9S8WcibUIoxPd6S3Onwx%2Fstairs%20layer%20trigger.png?alt=media&#x26;token=f327a5c3-6a64-4c87-8aca-110f749ef46d" alt="" width="375"><figcaption></figcaption></figure>

### Import Tags & Layers Settings

The demo scene needs proper tags & layers settings to work properly. In order to include the tags & layers settings, the asset is uploaded as a complete project. On import, you should be able to see the project settings included.

If you did not import the tags & layers settings on import, you can still set it by clicking the slider icon at the top right corner of the Tags & Layers settings and select the preset included in the asset.

![](https://753025212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXXykzv2ZOBtAHZzGTFq1%2Fuploads%2FZAa0M75QXL4fCR7lZxXM%2F2.png?alt=media) ![](https://753025212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXXykzv2ZOBtAHZzGTFq1%2Fuploads%2FNgBZ5kp2efAxEyVKV4wo%2F3.png?alt=media)

![](https://753025212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXXykzv2ZOBtAHZzGTFq1%2Fuploads%2Fx7zBXeH5nUrVyREFtVIz%2F4.png?alt=media) ![](https://753025212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXXykzv2ZOBtAHZzGTFq1%2Fuploads%2FLO1f0Nja1kkWjwv7yLdA%2F5.png?alt=media)
