Docs Assistant

Ask a question about Ase2UE and jump straight to the answer.

Try asking

Importing sprites

Generate Paper2D sprites and spritesheet textures from your source asset.

How sprite import works

When you import sprites, Ase2UE exports a spritesheet texture from your .aseprite file and slices it into individual Paper2D sprites with pixel-perfect UVs.

Steps

  • Open your Ase2 source asset
  • Enable sprite and spritesheet output in import settings
  • Click Import (or Reimport)
  • Find the generated sprites in your output folder

Output

You get one spritesheet texture plus a Paper2D sprite per frame. Each sprite references the shared texture, so atlas usage stays efficient.