This version of Unity is unsupported.

TerrainLayer.maskMapTexture

Switch to Manual
public Texture2D maskMapTexture;

Description

The mask map texture used by the terrain layer.

The content of each channel varies by the terrain shader. For HDRP TerrainLit shader, the channels are:

R: Height - used when doing height based blending
G: Smoothness
B: Metallic.