-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIVP5U.uplugin
More file actions
42 lines (42 loc) · 1016 Bytes
/
IVP5U.uplugin
File metadata and controls
42 lines (42 loc) · 1016 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0.1",
"FriendlyName": "IVP5U",
"Description": "Import MMD models and motion files plugin for Unreal Engine 5.+",
"Category": "Import",
"CreatedBy": "bm9,BlackMa9,NaN_Name,noname0310,rint",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "IVP5U",
"Type": "Editor",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
},
{
"Name": "MMDCameraImporter",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "LevelSequenceEditor",
"Enabled": true
},
{
"Name": "IKRig",
"Enabled": true
}
]
}