package.json 1.4 KB

123456789101112131415161718192021
  1. {
  2. "name": "com.unity.textmeshpro",
  3. "displayName": "TextMesh Pro",
  4. "version": "2.0.1",
  5. "unity": "2019.1",
  6. "description": "TextMesh Pro 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, TextMesh Pro 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\nTextMesh Pro 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 TextMesh Pro uses two triangles per character just like Unity's text components, this improved visual quality and flexibility comes at no additional performance cost.\n\n\nSpecial Notes:\n==========\nThis release requires .Net 4.x Scripting Runtime",
  7. "keywords": [
  8. "TextMeshPro",
  9. "TextMesh Pro",
  10. "Text",
  11. "SDF"
  12. ],
  13. "category": "Text Rendering",
  14. "dependencies": { "com.unity.ugui": "1.0.0" },
  15. "relatedPackages": { "com.unity.textmeshpro.tests": "1.0.1" },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://gitlab.cds.internal.unity3d.com/upm-packages/text/com.unity.textmeshpro.git",
  19. "revision": "dcedac21"
  20. }
  21. }