This version of Unity is unsupported.

TextureFormat.RGBA64_SIGNED

Description

Four channel (RGBA) texture format, 16-bits signed integer per channel.

Import textures of this format in .DDS files.

Note that not all graphics cards support all texture formats, use SystemInfo.SupportsTextureFormat to check.

See Also: Texture2D.format, texture assets.