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

Prevent duplicating objects when there are multiple tilesets #29

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

adrien-bon
Copy link
Owner

Closes #28 and #22

Also, add a dedicated marker for Tiled objects (#22) and for objects layer, group layer and images layer
And regroup tilemaps of the same tile layer using different tilesets under a common parent entity TiledMapTileLayerForTileset
@adrien-bon adrien-bon force-pushed the fix/28_multiple-tilesets branch from 476e52a to 2b607e7 Compare August 18, 2024 17:53
@adrien-bon adrien-bon changed the base branch from main to dev August 19, 2024 18:24
@adrien-bon adrien-bon merged commit da12092 into dev Aug 19, 2024
4 checks passed
@adrien-bon adrien-bon deleted the fix/28_multiple-tilesets branch August 19, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When using a map with multiple tilesets, objects are created once per tileset
1 participant