Tags: Cammin/LDtkToUnity
Tags
chore(release): 6.11.0 [skip ci] # [6.11.0](6.10.0...6.11.0) (2025-05-16) ### Bug Fixes * Fixed ordering of fields in the project settings ([0ea0528](0ea0528)) ### Features * Added MiddleCenterOffset to LDtkComponentEntity. It's used for helping draw handles in the scene, but could be useful for other means. ([42d5cb1](42d5cb1)) * Added PixelsPerUnit value to LDtkComponentLevel. Added new public method to recalculate the level border values in case the level is moved ([6c83962](6c83962)) ### Performance Improvements * Refactor that removes the LDtkEntityDrawerComponent, and simplifies the data delivery for all of the drawn scene window handles. ([d415590](d415590))
chore(release): 6.9.0 [skip ci] # [6.9.0](6.8.0...6.9.0) (2025-04-17) ### Features * Added a new ScaleFactor field to LDtkComponentEntity which can be used to scale your entity in ways other than scaling the transform ([3d5f2d4](3d5f2d4)) * Added a toggle option in the project importer inspector to disable scaling entity prefab instances if they were resized in LDtk ([8558ebb](8558ebb))
chore(release): 6.8.0 [skip ci] # [6.8.0](6.7.1...6.8.0) (2025-04-16) ### Features * Added new type checks for FieldDefinition among other small json data changes ([73040e5](73040e5)) * Added support to LDtkTableOfContents ScriptableObject to get fields, and also can access entity definition data from a toc entry ([1149747](1149747)) * Point fields will now draw their Vector2 value in addition to the transform ([9582c59](9582c59)) * Refactored the fields system to have a secondary way to get field data from LDtkFields with GetField(). This is a requisite to support fields in LDtkTableOfContents ([e2fb42a](e2fb42a))
chore(release): 6.7.1 [skip ci] ## [6.7.1](6.7.0...6.7.1) (2025-03-29) ### Bug Fixes * Changed some fields so they are no longer static for more stable parallel import process ([ffeb4ef](ffeb4ef)) * Prevent potential infinite import loop (and polluted source control) due to the .ldtkc being written even if the contents don't change ([29fda78](29fda78))
PreviousNext