Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TextureFormat.RGBA32_SIGNED

Description

Four channel (RGBA) texture format, 8-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.

Additional resources: Texture2D.format, texture assets.