Meshes

When a 3D model is imported, Unity represents it internally as a Mesh. A Mesh must be attached to a GameObject using a Mesh Filter component. For the mesh to be visible, the GameObject must also have a Mesh Renderer or other suitable rendering component attached. With these components in place, the mesh will be visible at the GameObject's position with its exact appearance dependent on the Material used by the renderer.


A Mesh Filter together with Mesh Renderer makes the model appear on screen.

Unity's mesh importer provides many options for controlling the generation of the mesh and associating it with its textures and materials. These options are covered by the following pages:-

Page last updated: 2012-01-19