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: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
9
9
### Added
10
10
11
+
- When using the Unity Localization package Yarn Spinner can now sort the localisation tables based on a lines position in the file.
12
+
- This resolves an issue where lines added into the middle of a Yarn file however this does require sorting your localisation table every time you edit your Yarn files
13
+
- Defaults to off, can be changed in Yarn Spinners settings in `Edit -> Project Settings -> Yarn Spinner`
14
+
- Will log any values found in the localisation table that didn't come from your Yarn files and sort them to the top of the table
15
+
11
16
### Changed
12
17
13
18
-`YarnProjectImporter` now updates asset addresses and generates the C# variable storage class after the project import completes, rather than during the import.
0 commit comments