Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong tile sequence in exported tilesets when using Packed sheet type #4474

Open
eefano opened this issue May 16, 2024 · 1 comment
Open
Labels
bug persistence Issues about loading or saving files / persisting information on disk
Milestone

Comments

@eefano
Copy link

eefano commented May 16, 2024

Exported tileset in horizontal strip (CORRECT ORDER):

right

Same tileset in packed (WRONG ORDER):

wrong

Packing size doesn't change the sequence.

The biggest problem is that the exported JSON is useless, because the tileset sequence doesn't match with the tile index in the tilemap.

Aseprite v1.3.6-dev on Arch Linux.

@dacap dacap added bug persistence Issues about loading or saving files / persisting information on disk labels May 24, 2024
@dacap
Copy link
Member

dacap commented May 24, 2024

Hi @eefano, a couple of things:

  1. I think you are looking for the Sheet Type as "By Rows:

    image

  2. The "Packed" format always needs the JSON data to read the output sprite sheet, anyway as you saw it's impossible to reconstruct it because there are some missing data on each item (tileIndex field or {tile} in filename format for hash JSON data) or the order in the JSON array is not the order of the tileset. This is a bug 👍

@dacap dacap modified the milestones: v1.3.9, v1.3.8 May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug persistence Issues about loading or saving files / persisting information on disk
Projects
Status: Todo
Development

No branches or pull requests

2 participants