forked from ruyo/VRM4U
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVRM4U.uplugin
76 lines (76 loc) · 1.71 KB
/
VRM4U.uplugin
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "VRM4U",
"Description": "VRM importer and runtime loader for UE4",
"Category": "Rendering",
"CreatedBy": "ruyo",
"CreatedByURL": "ruyo",
"DocsURL": "https://github.com/ruyo/VRM4U",
"MarketplaceURL": "",
"SupportURL": "https://github.com/ruyo/VRM4U",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"RequiresBuildPlatform": false,
"Modules": [
{
"Name": "VRM4U",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "VRM4ULoader",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "VRM4UCapture",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "VRM4URender",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"_comment_vrm4u_dummy": "Use Developer instead of UncookedOnly for UE4.23-",
"Name": "VRM4UImporter",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "VRM4UEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "VRM4UMisc",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "LevelSequenceEditor",
"Enabled": true
},
{
"_comment_vrm4u_dummy": "IKRig Plugin for Use UE5.0+",
"Name": "IKRig",
"Enabled": true
}
],
"_comment_vrm4u_dummy": "comment"
}