forked from soupday/cc_unity_tools_URP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 753 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
{
"name": "com.soupday.cc3_unity_tools",
"version": "1.3.3",
"displayName": "CC/iC Unity Tools URP",
"description": "Unity importer for Character Creator 3 & 4 and iClone 7 and 8.",
"unity": "2020.3",
"unityRelease": "4f1",
"documentationUrl": "https://soupday.github.io/cc3_unity_tools/index.html",
"changelogUrl": "https://github.com/soupday/CHANGELOG.md",
"licensesUrl": "https://github.com/soupday/cc3_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.universal": "10.5.0"
}
}