- Home /
why we should use mesh render for object and what is the use of it?
i am beginner to learn game developing and i could not understand,what is the use if mesh render and what does it means and how to generate the mesh render?please,clarify me in simple words?
Answer by highpockets · Nov 29, 2020 at 02:44 PM
You only need a mesh renderer on an object if you intend to have a mesh attached to the object which is used for rendering that mesh on camera. The Mesh Renderer takes the mesh from the Mesh Filter and renders it according to the object’s Transform position/rotation/scale.
Your answer

Follow this Question
Related Questions
Mesh starts blurring when my position exceeds 60 000 units away from centre of world position 1 Answer
Objects Not Visible In Low End Computer. (Shader Error) 1 Answer
How to create a watermark and mark objects with it? 1 Answer
Which of these meshes is more efficient? 1 Answer
Strange Relationship Between Armature and Mesh Rendering Game Object 0 Answers