Resources and techniques for creating and configuring meshes via script.
| Topic | Description |
|---|---|
| Access meshes via the Mesh API | Use the MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info See in Glossary API to build and configure meshes via script. |
| Create a quad mesh via script | Create and configure a quadrilateral mesh from script. |