This version of Unity is unsupported.

SystemInfo.supportsCompressed3DTextures

public static bool supportsCompressed3DTextures;

Description

Are compressed formats for 3D (volume) textures supported? (Read Only).

Not all graphics APIs and platforms support compressed Texture3D textures, for example Metal on macOS before 10.15 does not.

See Also: supports3DTextures, Texture3D.SetPixelData, Texture3D.GetPixelData.