Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "com.unity.textmeshpro",
  3. "displayName": "TextMeshPro",
  4. "version": "3.0.9",
  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. "_upm": {
  20. "changelog": "### Fixed\n- Fixed keyboard not appearing in visionOS."
  21. },
  22. "upmCi": {
  23. "footprint": "9134b20b50857053fe14b076dd3f4d005125c599"
  24. },
  25. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.textmeshpro@3.0/manual/index.html",
  26. "repository": {
  27. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.textmeshpro.git",
  28. "type": "git",
  29. "revision": "0af193626b4f76795f7cb6c9b0f55389d0e4b1d6"
  30. }
  31. }