Version: 2022.3
Language : English
Skinned Mesh Renderer component
Text Mesh component (legacy)

Mesh Filter component

Switch to Scripting

A Mesh Filter component holds a reference to a mesh. It works with a Mesh RendererA mesh component that takes the geometry from the Mesh Filter and renders it at the position defined by the object’s Transform component. More info
See in Glossary
component on the same GameObjectThe fundamental object in Unity scenes, which can represent characters, props, scenery, cameras, waypoints, and more. A GameObject’s functionality is defined by the Components attached to it. More info
See in Glossary
; the Mesh Renderer renders the mesh that the Mesh Filter references.

To render a deformable mesh, use a Skinned Mesh Renderer instead. A Skinned Mesh Renderer component does not need a Mesh Filter component.

Mesh Filter Inspector reference

Property: Function:
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
A reference to a mesh asset.

To change the mesh asset that the Mesh Filter component references, use the picker (circle icon) next to the mesh’s name.

Note: The settings for other components on this GameObject don’t change when you change the mesh that the Mesh Filter references. For example, a Mesh Renderer doesn’t update its settings, which might cause Unity to render the mesh with unexpected properties. If this happens, adjust the settings of the other components as needed.

Corresponds to the MeshFilter.mesh property.

MeshFilter

Skinned Mesh Renderer component
Text Mesh component (legacy)