Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Texture2DArray

Import the texture as a 2D Array texture.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Texture2DArray = 4

Remarks

The input image is split into a number of columns and rows controlled by TextureImporterSettings.flipbookColumns and TextureImporterSettings.flipbookRows. Each cell is imported into its own 2D array layer.