Releases: yasirkula/UnityTextToTextMeshProUpgradeTool
Releases · yasirkula/UnityTextToTextMeshProUpgradeTool
v1.2.0
v1.1.9
- Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)
- Fixed upgraded Assembly Definition Files losing their Version Defines
- Fixed inline "out Text text" declarations in scripts not being upgraded automatically
- Fixed deprecated function usages in auto-generated extension functions while using TextMesh Pro 3.2 or newer
- Fixed upgrade TMP_InputFields' TextArea.RectMask2D.Padding values sometimes having incorrect values
- Fixed "Upgrading InputField.OnSubmit event using " message being logged even if no OnSubmit event is being upgraded
v1.1.8
v1.1.7
v1.1.6
- Fixed UnityEvent listeners getting lost during upgrade process on latest Unity versions if the scripts weren't upgraded
- Fixed InputField.OnSubmit event not being upgraded, with a caveat (see https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool#known-limitations) (closed #2)
v1.1.4
v1.1.3
v1.1.1
v1.1.0
- Prefab instance modifications to the upgraded components are now restored
- Components removed as override in prefab instances will remain removed after they are upgraded in the prefab assets
- Fixed references to upgraded components not being updated correctly for some variables after the upgrade
- Fixed TextMesh Pro's assembly being added to custom Assembly Definition Files' referenced assemblies list more than once
- Fixed NullReferenceException when upgrading a Text with unassigned Font
- When InputField is upgraded, children of its newly created viewport (Text Area) have their anchors modified if needed
- Added save/load settings options to the editor window's context menu