YUY2
A format that uses the YUV color space and is often used for video encoding or playback.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
YUY2 = 21
Remarks
Currently, this texture format is only useful for native code plugins as there is no support for texture importing or pixel access for this format. YUY2 is implemented for Direct3D 9, Direct3D 11, and Xbox One.
Additional Resources: Texture2D.format, texture assets.