Skip to content

Commit fc38dec

Browse files
author
Unity Technologies
committed
com.unity.textmeshpro@3.0.9
## [3.0.9] - 2024-05-10 ### Fixed - Fixed keyboard not appearing in visionOS.
1 parent ac31450 commit fc38dec

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
These are the release notes for the TextMesh Pro UPM package which was first introduced with Unity 2018.1. Please see the following link for the Release Notes for prior versions of TextMesh Pro. http://digitalnativestudios.com/forum/index.php?topic=1363.0
33

4+
## [3.0.9] - 2024-05-10
5+
### Fixed
6+
- Fixed keyboard not appearing in visionOS.
7+
48
## [3.0.8] - 2024-01-31
59
### Fixed
610
- Fixed compile errors due to missing `RuntimePlatform.VisionOS` enum value in Unity 2023.1 - 2023.3.0b3.

Scripts/Runtime/Unity.TextMeshPro.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"versionDefines": [
1313
{
1414
"name": "Unity",
15-
"expression": "[2022.3.161,2023.1)",
15+
"expression": "[2022.3.16f1,2023.1)",
1616
"define": "UNITY_XR_VISIONOS_SUPPORTED"
1717
},
1818
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.textmeshpro",
33
"displayName": "TextMeshPro",
4-
"version": "3.0.8",
4+
"version": "3.0.9",
55
"unity": "2020.1",
66
"unityRelease": "0a10",
77
"description": "TextMeshPro is the ultimate text solution for Unity. It's the perfect replacement for Unity's UI Text and the legacy Text Mesh.\n\nPowerful and easy to use, TextMeshPro (also known as TMP) uses Advanced Text Rendering techniques along with a set of custom shaders; delivering substantial visual quality improvements while giving users incredible flexibility when it comes to text styling and texturing.\n\nTextMeshPro provides Improved Control over text formatting and layout with features like character, word, line and paragraph spacing, kerning, justified text, Links, over 30 Rich Text Tags available, support for Multi Font & Sprites, Custom Styles and more.\n\nGreat performance. Since the geometry created by TextMeshPro uses two triangles per character just like Unity's text components, this improved visual quality and flexibility comes at no additional performance cost.",
@@ -17,15 +17,15 @@
1717
"com.unity.ugui": "1.0.0"
1818
},
1919
"_upm": {
20-
"changelog": "### Fixed\n- Fixed compile errors due to missing `RuntimePlatform.VisionOS` enum value in Unity 2023.1 - 2023.3.0b3."
20+
"changelog": "### Fixed\n- Fixed keyboard not appearing in visionOS."
2121
},
2222
"upmCi": {
23-
"footprint": "5950b5e41fed494338c8944c849a7a16690212ec"
23+
"footprint": "9134b20b50857053fe14b076dd3f4d005125c599"
2424
},
2525
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.textmeshpro@3.0/manual/index.html",
2626
"repository": {
2727
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.textmeshpro.git",
2828
"type": "git",
29-
"revision": "dd92f03985c9bda38a4721cc146a6b74d2832a1f"
29+
"revision": "0af193626b4f76795f7cb6c9b0f55389d0e4b1d6"
3030
}
3131
}

0 commit comments

Comments
 (0)