Skip to content

Releases: yasirkula/UnityTextToTextMeshProUpgradeTool

v1.2.0

18 May 11:52

Choose a tag to compare

TMP Texts' "Parse Escape Characters" property is disabled manually to replicate legacy Text behaviour

v1.1.9

29 Mar 17:23

Choose a tag to compare

  • 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

14 Dec 15:38

Choose a tag to compare

Fixed compiler warnings and errors on Unity 6 and newest versions of TMP

v1.1.7

01 Mar 18:51

Choose a tag to compare

Fixed exception while upgrading TextMesh objects

v1.1.6

18 Feb 15:46

Choose a tag to compare

v1.1.4

30 Sep 09:57

Choose a tag to compare

Fixed nested/base prefabs sometimes getting upgraded in the wrong order, resulting in prefab override data loss (@rlzicar)

v1.1.3

31 Aug 04:20

Choose a tag to compare

Fixed compiler errors on 2021.2+

v1.1.1

18 Mar 12:38

Choose a tag to compare

Fixed upgraded TMP_InputFields' Viewport -> RectMask2D -> Padding values sometimes being incorrect

v1.1.0

25 Sep 18:11

Choose a tag to compare

  • 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

v1.0.1

18 Aug 11:28

Choose a tag to compare

Added Asset Store link and updated README