diff --git a/Texassemble.md b/Texassemble.md index dc6ff00..ad997e6 100644 --- a/Texassemble.md +++ b/Texassemble.md @@ -22,12 +22,14 @@ The file-name parameter indicates the file(s) to use to create the assembled ima **array**: Creates a 1D or 2D texture array. Must have at least two images. Note that loading the resulting DDS file requires feature level 10.0 or better hardware. -**cubearray**: Creates a cubemap array. Must have a multiple of six images. Note that loading the resulting DDS file requires feature level 10.1 or better hardware. +**cubearray**: Creates a cubemap array. Must have a multiple of six images. Note that loading the resulting DDS file requires feature level 10.1 or better hardware if it contains more than a single cubemap. **h-cross**, **v-cross**: Creates a vertical/horizontal cross image from an input cubemap dds file **h-strip**, **v-strip**: Creates a vertical/horizontal strip image from an input cubemap dds file +![Cubemap image layouts](https://docs.unity3d.com/ja/current/uploads/Textures/CubeLayout6Faces.png) + # Optional Switches Description **-r**: Input file names can contain wildcard characters (``?`` or ``*``). If this switch is used, subdirectories are also searched.