Skip to content

Add custom TSX and World importer hooks#305

Open
fmoo wants to merge 1 commit intoSeanba:masterfrom
fmoo:feature/tsx-world-importers
Open

Add custom TSX and World importer hooks#305
fmoo wants to merge 1 commit intoSeanba:masterfrom
fmoo:feature/tsx-world-importers

Conversation

@fmoo
Copy link
Copy Markdown
Contributor

@fmoo fmoo commented Apr 7, 2026

It's sometimes useful for projects to cusalso tomize the tileset and worlds exports to include additional autogenerated assets.

For tilesets, this might be to generate embedded animation SOs in a format more native to the project
For worlds, this might be to include a top level behavior for managing the "level" state or other metadata.

This PR adds [AutoCustomTsxImporter] and [AutoCustomWorldImporter] attributes, to allow unity projects to augment and customize the .tsx and .world assets at import time.

Mirrors the existing TMX custom importer pattern for TSX and World asset types, enabling project-specific import extensions via [AutoCustomTsxImporter] and [AutoCustomWorldImporter] attributes.
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.

1 participant