Skip to content

Small utility to easily generate Texture2DArrays in Unity

Notifications You must be signed in to change notification settings

bigibas123/TextureArrayUtils

Repository files navigation

Texture Array Utilities

Some scripts to make the generation of Texture2DArray objects easier in unity

  1. Create an asset via Create > Bigi > Texture Array Container
  2. Select the object
  3. Add your images.
  4. Make sure your images have the same import settings and the same size
  5. Press generate, either one-by-one from the inspector or every single one in your project via Tools > Convert all TextureArrays

VCC Repo