Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.5KB

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