package.json 1.4 KB

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.unity.textmeshpro",
  3. "displayName": "TextMeshPro",
  4. "version": "2.1.1",
  5. "unity": "2019.1",
  6. "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.",
  7. "keywords": [
  8. "TextMeshPro",
  9. "TextMesh Pro",
  10. "TMP",
  11. "Text",
  12. "SDF"
  13. ],
  14. "category": "Text Rendering",
  15. "dependencies": {
  16. "com.unity.ugui": "1.0.0"
  17. },
  18. "repository": {
  19. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.textmeshpro.git",
  20. "type": "git",
  21. "revision": "43745ffec1bfe433cd3e02e88eb1f393097dffb9"
  22. },
  23. "upmCi": {
  24. "footprint": "3a6d84635c87b285f2261afe88d0a1756ed186ef"
  25. }
  26. }