-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 710 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 710 Bytes
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
{
"name": "com.oddworm.colorgradienttextureimportpipeline",
"version": "1.0.0",
"displayName": "Color Gradient Texture Import Pipeline",
"description": "Color Gradient Texture Import Pipeline allows you to generate gradient textures directly inside Unity.",
"unity": "2019.3",
"documentationUrl": "https://github.com/pschraut/UnityColorGradientTextureImportPipeline",
"dependencies": {
},
"keywords": [
"unity",
"texture",
"gradient",
"importer",
"editor"
],
"author": {
"name": "Peter Schraut",
"url": "http://console-dev.de"
},
"repository": {
"type": "git",
"url": "https://github.com/pschraut/UnityColorGradientTextureImportPipeline.git"
}
}