-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
22 lines (22 loc) · 925 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
{
"name": "com.zigurous.importer.cc0textures",
"version": "1.2.0",
"displayName": "CC0 Textures Importer",
"description": "The CC0 Textures Importer package provides an editor integration for importing textures and materials directly from ambientcg.com (formerly cc0textures.com).\n\nTexture Maps:\n\u2022 Albedo\n\u2022 Normal\n\u2022 Displacement\n\u2022 Roughness\n\u2022 Metallic\n\u2022 Occlusion\n\u2022 Emission\n\nTexture Resolutions:\n\u2022 1K\n\u2022 2K\n\u2022 4K\n\u2022 8K\n\u2022 16K\n\nImage Formats:\n\u2022 JPG\n\u2022 PNG",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-cc0textures-importer",
"keywords": [
"importer",
"editor",
"textures",
"materials"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "[email protected]",
"url": "https://zigurous.com"
}
}