-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVestigium.uplugin
30 lines (30 loc) · 917 Bytes
/
Vestigium.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
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Vestigium footsteps and foot prints plugin",
"Description" : " Vestigium stands for foot print in latin, this plugin aims ot simplify footsteps and footprints for animations with the Unreal Engine Editor ",
"Category" : "footsteps",
"CreatedBy" : "Noé Perard-Gayot",
"CreatedByURL" : "https://noe.perardgayot.dev",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules": [
{
"Name": "Vestigium",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Win32", "HTML5", "Mac", "IOS", "Android" ]
},
{
"Name": "VestigiumEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "Linux" ]
}
]
}