In technical terms, shaders and materials operate on meshes, which are the surfaces of GameObjects. They instruct Unity’s renderer how to render each mesh. In this tutorial, you’ll learn about meshes and rendering.
By the end of this tutorial, you'll be able to:
Define a mesh, its characteristics, and its use in rendering a 3D GameObject
Explain the role of shaders in the rendering process