-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.fuka.shadercore.utility",
"displayName": "FUKA-ShaderCore-Utility",
"version": "0.1.0",
"unity": "2022.3",
"hideInEditor": false,
"description": "Shader Core向けの非破壊アバタービルド拡張ツールです。",
"license": "Zlib",
"licensesUrl": "https://github.com/FUKA-VR/ShaderCore-Utility/blob/main/LICENSE",
"documentationUrl": "https://github.com/FUKA-VR/ShaderCore-Utility#readme",
"changelogUrl": "https://github.com/FUKA-VR/ShaderCore-Utility/blob/main/CHANGELOG.md",
"author": {
"name": "FUKA",
"email": "fukaobserve@gmail.com",
"url": "https://github.com/FUKA-VR/ShaderCore-Utility"
},
"vpmDependencies": {
"jp.lilxyzw.shadercore": "0.1.9",
"nadena.dev.modular-avatar": ">=1.14.0 <2.0.0-a"
}
}