forked from yasirkula/UnityTextToTextMeshProUpgradeTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
9 lines (9 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
{
"name": "com.yasirkula.texttotmp",
"displayName": "Text To TMP",
"version": "1.1.8",
"documentationUrl": "https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool",
"changelogUrl": "https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool/releases",
"licensesUrl": "https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool/blob/master/LICENSE.txt",
"description": "This asset helps you upgrade the Text, InputField, Dropdown and TextMesh objects in your projects to their TextMesh Pro variants. It also upgrades the scripts so that e.g. Text variables in those scripts become TMP_Text variables. Then, it reconnects the references to the upgraded components (e.g. if a public variable was referencing an upgraded Text component, it will now reference the corresponding TextMeshProUGUI component)."
}