You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. The generator is able to work with isometric tilemaps, at least in some conditions. There may be multiple issues in your case:
You may be using unsupported tileset layout or your layout may require additional configuration. Currently, the generator may work only with tileset layouts where a tile coordinate axes correspond to the same spatial axis for all tiles. It should work well with diamond layouts (but generated region shape will be a diamond as well). It may work with stairs layouts, but that would require a change of axes directions in rules settings (and a generated region will have a shape of a skewed rectangle).
Your output screenshot suggests that you're using a stacked layout, which won't work as one of tilemap coordinate axes changes it's spatial direction for every next tile:
The sample is missing allowed adjescent tiles for some tiles in some directions.
Hello
It might be Im missing something, but want to ask
If there a way to make the generator support isometric tilesets?
So I have a sample like that
![Screenshot 2025-01-05 at 19 25 48](https://private-user-images.githubusercontent.com/32593471/400228404-c84c19cc-402a-458b-a5b8-9463a15b5301.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzk3NjYsIm5iZiI6MTczOTMzOTQ2NiwicGF0aCI6Ii8zMjU5MzQ3MS80MDAyMjg0MDQtYzg0YzE5Y2MtNDAyYS00NThiLWE1YjgtOTQ2M2ExNWI1MzAxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1NTEwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM2MjBiZjAxNWQwYzE3ZDlkYjk4NGNkMThjY2JmZTc4OGE5YTM3ZjNkODkwZGNjYzIwMDc3MzUxOGYyNDA1NTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.74bqYHQ0ztcsPKVZaluBKXllTYjPScTxyAXKZ9uLGHg)
So, the expected result is rombous-like generation
![Screenshot 2025-01-05 at 19 31 37](https://private-user-images.githubusercontent.com/32593471/400228816-0c5ee6fc-443e-4d68-bdb8-cc6a6cd8fe26.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzk3NjYsIm5iZiI6MTczOTMzOTQ2NiwicGF0aCI6Ii8zMjU5MzQ3MS80MDAyMjg4MTYtMGM1ZWU2ZmMtNDQzZS00ZDY4LWJkYjgtY2M2YTZjZDhmZTI2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA1NTEwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0YTljMTA0YmE3ZTNjODVhMzRmM2IwMDdkYjM5NWViOTQ5NmE3MjUzNTBjMGZjYjhhYjMxZDlhNDIwMWUxN2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QQlP5t2lKhFwnaIs2zOXW2NMMdpA9sk4LL4vxw0peBM)
But the actual result is that generator trying to use tileset in square pattern
Is that customization available at the moment?
Thank you in advance!
The text was updated successfully, but these errors were encountered: