This version of Unity is unsupported.

RenderTexture.height

Switch to Manual
public int height;

Description

The height of the render texture in pixels.

Note that unlike Texture.height property, this is both read and write - setting a value changes size.

Additional resources: width, RenderTextureFormat, depth.