This version of Unity is unsupported.

Vertex.uv

public Vector2 uv;

Description

The UV coordinate of the vertex.

This is used to sample the required region of the associated texture if any. Values outside of [0,1] are currently not supported and could lead to undefined results.