This version of Unity is unsupported.

Mesh.SetNormals

Switch to Manual
public void SetNormals(List<Vector3> inNormals);

Parameters

inNormalsPer-vertex normals.

Description

Set the normals of the Mesh.

See Also: Mesh.normals.