UVs mapping

When changing UVs we must set the whole mesh uvs ?
mesh.uv=…

Can’t we change only one part of it ?
mesh.uv[×]=…

It seems not.

Right ?

Right, you must set the entire array.

–Eric