Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseThe custom material used to render the terrain.
You can use this variable to give the terrain a custom material to render with. For the material to be actually applied, you also need to set Terrain.materialType to Terrain.MaterialType.Custom.
No copy of the custom material is made internally, so modifying materialTemplate will affect all terrain objects using the same material.