You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/LDtkUnity/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
### Breaking Changes
14
14
- The Json schema classes are changing their field types from `double` to `float`, and `long` to `int`. Re-correct your code if necessary
15
15
- This change is to help streamline using the fields so that casts are not required, but also to match the LDtk Json docs
16
+
- Because Point fields are being changed from Vector2s to Transforms, the serialized values are reset. This only impacts you if you set prefab overrides onto the point fields.
16
17
- The API for getting the neighbours from the LDtkComponentLevel has changed; Re-correct your code if necessary
17
18
- The API for getting entity references has changed; Re-correct your code if necessary
0 commit comments