My sprites are all the same size. How can I pack them in a grid?
To arrange your sprites in a grid layout with uniform cell sizes, follow these steps:
- Set the "Algorithm" parameter to "Grid/Strip".
- Set "Trim Mode" to "None" to keep all sprites at their original size.
If you want a specific number of sprites per row, set a fixed texture width:


To pack all sprites in a single row (sprite strip), set the maximum (or fixed) texture width large enough to fit all sprites side by side.