What's new in 1.5.0
This section contains information about new features, improvements, and issues fixed.
For a complete list of changes made, refer to the Changelog.
The main updates in this release include:
- Added support for UI Toolkit data bindings. Localized strings and assets can now be added as data bindings to UI Toolkit elements. See documentation for more details.
- The Localization Tables window has had several UX improvements made. It is now also possible to add custom menu items to the tables window through
LocalizationImportMenuAttribute,LocalizationExportMenuAttributeandLocalizationEntryMenuAttribute. - Added
AsynchronousBehaviorto string and asset database. These can be used to set a globalWaitForCompletionflag instead of having to set it on everyLocalizedAssetandLocalizedString.