Legacy Documentation: Version 4.6.2
Language: English
Layers
Graphics Reference

Layer-Based Collision Detection.

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

In Unity 3.x we introduce Layer-Based collision detection, which is a way to make Game Objects collide with another specific Game Objects that are tied up to specific layers.

Objects Colliding with their own layer.
Objects Colliding with their own layer.

In the image above you can see 6 GameObjects, (3 planes, 3 cubes) and the “Collision Matrix” to the right that states which Objects can collide with which layer. In the example, we have set the Collision Matrix in a way that only GameObjects that belong to same layers can collide.

Setting GameObjects to detect Collisions Based on Layers.

  1. Select a layer your Game Objects will belong to

  2. Repeat 1 for each Game Object until you have finished assigning your Game Objects to the layers.

  3. Open the Physics Preference Panel by clicking on Edit->Project Settings->Physics.

  4. Select which layers on the Collision Matrix will interact with the other layers by checking them.

Layers
Graphics Reference