This version of Unity is unsupported.

VertexAttributeDescriptor.stream

public int stream;

Description

Which vertex buffer stream the attribute should be in.

Unity supports up to 4 vertex streams, most meshes use one stream for all attributes. Default value is 0.

See Also: Mesh.SetVertexBufferParams.