From c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 19 Apr 2020 17:19:32 -0400 Subject: Inital commit --- .../com.unity.textmeshpro@2.0.1/package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/PackageCache/com.unity.textmeshpro@2.0.1/package.json (limited to 'Library/PackageCache/com.unity.textmeshpro@2.0.1/package.json') diff --git a/Library/PackageCache/com.unity.textmeshpro@2.0.1/package.json b/Library/PackageCache/com.unity.textmeshpro@2.0.1/package.json new file mode 100644 index 0000000..e639d26 --- /dev/null +++ b/Library/PackageCache/com.unity.textmeshpro@2.0.1/package.json @@ -0,0 +1,21 @@ +{ + "name": "com.unity.textmeshpro", + "displayName": "TextMesh Pro", + "version": "2.0.1", + "unity": "2019.1", + "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", + "keywords": [ + "TextMeshPro", + "TextMesh Pro", + "Text", + "SDF" + ], + "category": "Text Rendering", + "dependencies": { "com.unity.ugui": "1.0.0" }, + "relatedPackages": { "com.unity.textmeshpro.tests": "1.0.1" }, + "repository": { + "type": "git", + "url": "https://gitlab.cds.internal.unity3d.com/upm-packages/text/com.unity.textmeshpro.git", + "revision": "dcedac21" + } +} -- cgit v1.2.3