Resources and strategies for understanding, creating, and configuring meshes in Unity.
| Page | Description |
|---|---|
| Get started with meshes | Introductory information about meshes, and information about the data that a mesh contains. |
| Create a mesh | Create a mesh in the Editor, in a 3D model, or via script. |
| Creating and accessing meshes via script | How to work with meshes in C# scripts. |
| Text meshes | Generate 3D geometry that displays text strings. |
| Mesh components reference | Reference for the different types of mesh component. |
| Troubleshooting Skinned Mesh Renderer visibility | Troubleshoot issues that prevent the Skinned Mesh Renderer from rendering meshes. |