forked from soupday/cc_unity_tools_HDRP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 733 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 733 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
{
"name": "com.soupday.cc3_unity_tools",
"version": "1.6.2",
"displayName": "CC/iC Unity Tools HDRP",
"description": "Unity importer for Character Creator 3 & 4 and iClone 7 and 8.",
"unity": "2020.3",
"documentationUrl": "https://soupday.github.io/cc_unity_tools/index.html",
"changelogUrl": "https://github.com/soupday/CHANGELOG.md",
"licensesUrl": "https://github.com/soupday/cc_unity_tools/blob/stable/LICENSE",
"keywords": [
"Reallusion",
"Character Creator",
"iClone"
],
"author": {
"name": "Victor Soupday",
"email": "user@noreply.com",
"url": "https://github.com/soupday"
},
"type": "tool",
"dependencies": {
"com.unity.render-pipelines.high-definition": "10.5.0"
}
}