TODO: introduction
TODO: describe function
TODO: describe function
- Place your mesh object in a GameObject container with the tag
MeshContainer
. - Give the mesh object the tag
Mesh
. - Attach a
MeshCollider
to the mesh object. - Attach the
DLA.cs
script to the mesh object.