|
| 1 | +# Collider shapes |
| 2 | + |
| 3 | +<span class="badge text-bg-primary">Beginner</span> |
| 4 | +<span class="badge text-bg-success">Designer</span> |
| 5 | + |
| 6 | +[!INCLUDE [bullet-deprecation](../../includes/bullet-physics-deprecation.md)] |
| 7 | + |
| 8 | +For [colliders](colliders.md) to interact, you need to set their shape in the **Property Grid**. You can specify a geometric shape, or use a collider shape asset. |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +Components can have multiple intersecting shapes, and don't have to match the entity model, if it has one. Each shape has additional properties including size, orientation, offset, and so on. |
| 13 | + |
| 14 | +## Types of collider shape |
| 15 | + |
| 16 | +### Box |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +| Property | Description | |
| 21 | +| -------------- |-------------| |
| 22 | +| Is 2D | Makes the box infinitely flat in one dimension. | |
| 23 | +| Size | The box size in XYZ values. | |
| 24 | +| Local offset | The box position relative its entity.| |
| 25 | +| Local rotation | The box rotation in XYZ values.| |
| 26 | + |
| 27 | +### Capsule |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +The capsule shape is especially useful for character components, as its curved base lets the entity move to higher planes (eg when climbing staircases). |
| 32 | + |
| 33 | +| Property | Description | |
| 34 | +| -------------- |-------------| |
| 35 | +| Is 2D | Makes the capsule infinitely flat in one dimension.| |
| 36 | +| Length | The length of the capsule.| |
| 37 | +| Radius | The radius of the capsule.| |
| 38 | +| Orientation | The axis along which the shape is stretched (X, Y, or Z).| |
| 39 | +| Local offset | The capsule position relative to its entity.| |
| 40 | +| Local rotation | The capsule rotation in XYZ values.| |
| 41 | + |
| 42 | +### Cone |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +| Property | Description | |
| 47 | +| -------------- |-------------| |
| 48 | +| Height | The height of the cone.| |
| 49 | +| Radius | The radius of the cone at the bottom end.| |
| 50 | +| Orientation | The axis along which the shape is stretched (X, Y, or Z).| |
| 51 | +| Local offset | The cone position relative to its entity.| |
| 52 | +| Local rotation | The cone rotation in XYZ values.| |
| 53 | + |
| 54 | +### Cylinder |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +| Property | Description | |
| 59 | +| -------------- |-------------| |
| 60 | +| Height | The length of the cylinder.| |
| 61 | +| Radius | The radius of the cylinder.| |
| 62 | +| Orientation | Sets the axis along which the shape is stretched (X, Y, or Z).| |
| 63 | +| Local offset | The cylinder position relative to its entity.| |
| 64 | +| Local rotation | The cylinder rotation in XYZ values.| |
| 65 | + |
| 66 | +### Sphere |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +| Property | Description | |
| 71 | +| -------------- |-------------| |
| 72 | +| Is 2D | Makes the sphere infinitely flat in one dimension. | |
| 73 | +| Radius | The radius of the sphere.| |
| 74 | +| Local offset | The sphere position relative to its entity.| |
| 75 | + |
| 76 | +### Infinite plane |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +The infinite plane covers an infinite distance across one dimension. |
| 81 | +Think of it like a wall or floor stretching into the distance for ever. |
| 82 | +You can use several infinite planes together to box users in and stop them "tunneling" outside the level. |
| 83 | + |
| 84 | +| Property | Description | |
| 85 | +| -------------- |-------------| |
| 86 | +| Normal | Which vector (X, Y, or Z) is perpendicular to the plane. For example, to make an infinite floor, set the normal property to: _X:0, Y:1, Z:0_. | |
| 87 | +| Offset | The plane position relative to its entity.| |
| 88 | + |
| 89 | +### Asset |
| 90 | + |
| 91 | +Assigns a collider shape from a collider shape asset (see **Collider shape assets** below). |
| 92 | + |
| 93 | +| Property | Description | |
| 94 | +| -------------- |-------------| |
| 95 | +| Shape | The collider shape asset used to generate the collider shape.| |
| 96 | + |
| 97 | +## Collider shape assets |
| 98 | + |
| 99 | +You can also create **collider shape assets** and use them as your collider shape. This means you can edit the collider shape asset and automatically update it in every entity that uses it. |
| 100 | + |
| 101 | +## Create a collider shape asset |
| 102 | + |
| 103 | +1. In the **Asset View** (bottom by default), click **Add asset**. |
| 104 | + |
| 105 | +2. Select **Physics**, then select the shape you want to create. |
| 106 | + |
| 107 | +  |
| 108 | + |
| 109 | +Game Studio creates the new collider shape asset in the **CollisionMeshes** folder. |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | +### Create a collider shape asset from a model |
| 114 | + |
| 115 | +This is useful to quickly create a collider shape that matches a model. |
| 116 | + |
| 117 | +1. In the **Asset View** (bottom by default), click **Add asset**. |
| 118 | + |
| 119 | +2. Select **Physics** > **Convex hull**. |
| 120 | + |
| 121 | + The **Select an asset** window opens. |
| 122 | + |
| 123 | +  |
| 124 | + |
| 125 | +3. Browse to the model asset you want to create a collider shape asset from and click **OK**. |
| 126 | + |
| 127 | +Game Studio creates a collider shape asset from the model. |
| 128 | + |
| 129 | +## Use a collider shape asset |
| 130 | + |
| 131 | +1. Under the **static collider** or **rigidbody** properties, under **Collider Shapes**, select **Asset**. |
| 132 | + |
| 133 | +  |
| 134 | + |
| 135 | +2. Next to **Shape**, specify the collider shape asset you want to use. |
| 136 | + |
| 137 | +  |
| 138 | + |
| 139 | + To do this, drag the asset from the **Asset View** to the **Shape** field in the Property Grid. Alternatively, click  (**Select an asset**) and browse to the asset. |
| 140 | + |
| 141 | +## See also |
| 142 | + |
| 143 | +* [Colliders](colliders.md) |
| 144 | +* [Tutorial: Create a bouncing ball](create-a-bouncing-ball.md) |
| 145 | +* [Tutorial: Script a trigger](script-a-trigger.md) |
0 commit comments