Description
Changelog
Reviews (0)
Tile Set Custom Data Stripper
Strips custom data layers from TileSet resources when the project is exported.
Why?
Reduces size of TileSet resources in exported builds. This can be used with custom editor tooling that adds additional data to tile sets and that data is the exported project. For example a custom auto-tiling tool with a more complex rules/constraint system.
Getting Started
Configure the export options to specify what layers to remove:
Export Options
- "tile_set/stripping_prefix"
- Strips all layers that start with the prefix. Use empty string to not strip any layers.
- "tile_set/layers_to_strip"
- Specifies custom data layers by name to strip from exported project.
Changelog for version v1.0.0
No changelog provided for this version.