Releases: yasirkula/UnityTextToTextMeshProUpgradeTool
Releases · yasirkula/UnityTextToTextMeshProUpgradeTool
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