Skip to content

Releases: needle-mirror/com.unity.textmeshpro

3.0.0-preview.13

26 May 07:31
Compare
Choose a tag to compare
3.0.0-preview.13 Pre-release
Pre-release

[3.0.0-preview.13] - 2020-05-22

2.1.0-preview.13

26 May 07:31
Compare
Choose a tag to compare
2.1.0-preview.13 Pre-release
Pre-release

[2.1.0-preview.13] - 2020-05-22

1.5.0-preview.13

26 May 07:31
Compare
Choose a tag to compare
1.5.0-preview.13 Pre-release
Pre-release

[1.5.0-preview.13] - 2020-05-22

[2.1.0-preview.13]

[3.0.0-preview.13]

Changes

  • Fixed potential issue where the Font Asset Creator could get stuck in the packing phase of the atlas generation process. See forum post for details.
  • Fixed issue potentially affecting text layout as a result of the width of the RectTransform being incorrectly reported. See forum post for details.
  • Previously created prefabs containing sub text objects will now have their HideFlags updated to HideFlags.DontSave to be consistent with newly created prefabs whose sub text objects are no longer serialized. Case #1247184
  • Fixed culling issue where lossy scale was not considered in the determination of the bounds of the text geometry.

3.0.0-preview.12

26 May 07:30
Compare
Choose a tag to compare
3.0.0-preview.12 Pre-release
Pre-release

[3.0.0-preview.12] - 2020-05-09

2.1.0-preview.12

26 May 07:30
Compare
Choose a tag to compare
2.1.0-preview.12 Pre-release
Pre-release

[2.1.0-preview.12] - 2020-05-09

1.5.0-preview.12

26 May 07:30
Compare
Choose a tag to compare
1.5.0-preview.12 Pre-release
Pre-release

[1.5.0-preview.12] - 2020-05-09

[2.1.0-preview.12]

[3.0.0-preview.12]

Changes

  • Added synchronization of the RaycastTarget property of the parent <TextMeshProUGUI> with potential child sub text objects. Case #1240784
  • Fixed Font Asset Bold Spacing adjustment scaling based on the text object point size instead of current point size. Case #1241132
  • Improved text alignment when using RTL in conjunction with character, word and other spacing adjustments.
  • Fixed TMP Input Field caret potentially not being visible when reaching the right side of the viewport. See forum post for more details.
  • Fixed TMP Input Field incorrect text RectTransform horizontal adjustment when using the Backspace key. See forum post for more details.
  • Fixed potential null reference in the TextMeshProUGUI.Cull function when using a workflow that involves enabling / disabling Canvases in the scene.
  • Fixed ArgumentOutOfRangeException when using the "Update Sprite Asset" inspector option on a sprite asset that does not contain any sprites. Case #1242936
  • Fixed incorrect culling of the text geometry by the RectMask2D component on newly created text objects. Case #1245445
  • It is now possible to use the Material Context Menu options to Copy / Paste Material Properties or Atlas Texture originally created for TMP with all other non TMP specific materials. Case #1242671
  • Fixed NullReferenceException when setting the Atlas Texture to None in the Debug Settings of the Material Inspector of a text object. Case #1245104

3.0.0-preview.1

26 May 07:30
Compare
Choose a tag to compare
3.0.0-preview.1 Pre-release
Pre-release

[3.0.0] - 2019-10-30

Changes

  • Updated TMP Examples & Extras to remove CanvasRenderer from text objects in example scenes.
  • CanvasRenderer component will now be removed from existing text objects that contains this unnecessary component.
  • Editing a prefab that contains a normal component will no longer open the prefab in Canvas mode. Case #1103782 and Case #1188483

3.0.0-preview.11

26 May 07:29
Compare
Choose a tag to compare
3.0.0-preview.11 Pre-release
Pre-release

[3.0.0-preview.11] - 2020-04-22

2.1.0-preview.11

26 May 07:29
Compare
Choose a tag to compare
2.1.0-preview.11 Pre-release
Pre-release

[2.1.0-preview.11] - 2020-04-22

1.5.0-preview.11

26 May 07:29
Compare
Choose a tag to compare
1.5.0-preview.11 Pre-release
Pre-release

[1.5.0-preview.11] - 2020-04-22

[2.1.0-preview.11]

[3.0.0-preview.11]

Changes

  • Fixed incorrect culling of text object by RectMask2D component when the parent Canvas Render Mode is set to Screen Space - Camera or World Space. Case #1240595
  • Added special handling to ForceMeshUpdate() when the parent Canvas is disabled.