-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 998 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "com.ikaroon.tmp3d",
"version": "0.1.2",
"displayName": "Text Mesh Pro 3D Support",
"description": "An extension for Text Mesh Pro that makes 3D text possible using shaders.",
"unity": "2020.3",
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
},
"keywords": [
"ikaroon",
"tmp",
"textmesh",
"volumetric",
"text",
"shader",
"3d"
],
"author": {
"name": "Ikaroon",
"email": "[email protected]",
"url": "https://marian-brinkmann.com/"
},
"samples": [
{
"displayName": "Solid Text",
"description": "Contains a sample font, material, script, and textures for a simple solid text",
"path": "Samples~/SamplesSolidText"
}
],
"type": "library",
"documentationUrl": "https://github.com/Ikaroon/TMP3D/wiki",
"changelogUrl": "https://github.com/Ikaroon/TMP3D/blob/main/CHANGELOG.md",
"license": "See LICENSE.md file",
"licensesUrl": "https://github.com/Ikaroon/TMP3D/blob/main/LICENSE"
}