Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsCompressed3DTextures

Are compressed formats for 3D (volume) textures supported? (Read Only).
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool supportsCompressed3DTextures { get; }

Remarks

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