This version of Unity is unsupported.

GraphicsTextureDescriptor.mipCount

public int mipCount;

Description

The number of mipmap levels in this GraphicsTexture.

The value includes the base level, so it must always be 1 or more. If the GraphicsTextureDescriptor.format is a depth-only format, then mipCount is ignored.