Get Default Material
Returns Unity's default material based on the used render pipeline. This is the same material that is used when creating a new 3D Object inside Editor.
Do not modify material returned by the GetDefaultMaterial method, instead duplicate it by creating its instance.
Last updated