This version of Unity is unsupported.

Texture2D.whiteTexture

public static Texture2D whiteTexture;

Description

Get a small texture with all white pixels.

All pixels of this texture will be opaque white (1,1,1,1).

See Also: blackTexture, normalTexture.