com.unity.textmeshpro 1.3.0

com.unity.textmeshpro

Notes: processedReleased April 3, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.1

Package Dependencies

No dependency metadata provided.

🔄 Changes

  • Revamped UI to conform to Unity Human Interface Guidelines.
  • Updated the title text on the Font Asset Creator window tab to "Font Asset Creator".
  • Using TMP\_Text.SetCharArray() with an empty char[] array will now clear the text.
  • Made a small improvement to the TMP Input Field when using nested 2d RectMasks.
  • Renamed symbol defines used by TMP to append TMP\_ in front of the define to avoid potential conflicts with user defines.
  • Improved the Project Files GUID Remapping tool to allow specifying a target folder to scan.
  • Added the ability to cancel the scanning process used by the Project Files GUID Remapping tool.
  • Moved TMP Settings to universal settings window in 2018.3 and above.
  • Changing style sheet in the TMP Settings will now be reflected automatically on existing text objects in the editor.
  • Added new function TMP\_StyleSheet.UpdateStyleSheet() to update the internal reference to which style sheet text objects should be using in conjunction with the style tag.