Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](5.0.21...6.0.0) (2024-05-19) ### Features * Added 4 new convenience values to the TileInstance ([19f2de4](19f2de4)) * Added proper support for rule's offsets and randomized offsets (previously they would layer improperly) ([76c1e9f](76c1e9f)) ### Performance Improvements * Avoid a null check in a high-iteration context ([25c315e](25c315e)) * Changed how the import profiling is enabled via a scripting define to never run unnessesary Profiler API calls ([2749c69](2749c69)) * Optimized getting the FlipX and FlipY values from TileInstance ([f21d6ea](f21d6ea)) * Prevent unnessesary tilemap API calls to SetTileFlags, SetColor and SetTransformMatrix ([92b3afa](92b3afa)) ### BREAKING CHANGES * The generated tilemap hierarchy is different; Only one tilemap will exist per layer with auto tiles. * `LDtkComponentLayerTilesetTiles.Tilemaps` list has been changed to a single `Tilemap`
- Loading branch information