-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
44 lines (44 loc) · 1.26 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "com.meliverse.hoyotoon",
"displayName": "HoyoToon",
"version": "4.6.2",
"description": "Shader for Unity (Built-in Rendering Pipeline) attempting to replicate the shading of miHoYo developed games.\nThis is for datamined assets, not custom-made ones nor the MMD variants.",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.editorcoroutines": "1.0.0"
},
"gitDependencies": {},
"vpmDependencies": {},
"keywords": [
"Meliverse",
"HoyoToon",
"HoyoVerse",
"miHoYo",
"Unity",
"Shader",
"Built-in Rendering Pipeline",
"Genshin Impact",
"Honkai Impact 3rd",
"Honkai Star Rail",
"Wuthering Waves",
"VRChat",
"VRC"
],
"documentationUrl": "https://docs.hoyotoon.com",
"changelogUrl": "https://github.com/HoyoToon/HoyoToon/releases/latest/",
"licensesUrl": "https://github.com/HoyoToon/HoyoToon/blob/main/LICENSE",
"author": {
"name": "Meliodas & Manashiku",
"url": "https://hoyotoon.com"
},
"legacyFolders": {},
"legacyFiles": {},
"homepage": "https://hoyotoon.com",
"bugs": {
"url": "https://github.com/HoyoToon/HoyoToon/issues"
},
"hideInEditor": false,
"unity": "2019.4",
"type": "Shader",
"localPath": ".\\Packages\\com.meliverse.hoyotoon"
}