-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 907 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.gentlymadstudios.substancetotexture",
"displayName": "Substance To Texture",
"description": "A small tool for unity to convert Substance .sbsar files into plain texture files without any further dependencies.",
"version": "0.0.4",
"unity": "2022.2",
"license": "MIT",
"documentationUrl": "https://github.com/Gentlymad-Studios/SubstanceToTexture/blob/master/README.md",
"changelogUrl": "https://github.com/Gentlymad-Studios/SubstanceToTexture/blob/master/CHANGELOG.md",
"licensesUrl": "https://github.com/Gentlymad-Studios/SubstanceToTexture/blob/master/LICENSE.md",
"custom_packageJsonLink": "https://raw.githubusercontent.com/Gentlymad-Studios/SubstanceToTexture/master/package.json",
"author": {
"name": "Gentlymad Studios",
"url": "https://gentlymadstudios.com",
"email": "team@gentlymadstudios.com"
},
"dependencies": {
"com.unity.settings-manager": "2.0.1"
}
}