Files
TG_ARPG/Plugins/marketplace/MotionSymphony/MotionSymphony.uplugin

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-10-07 03:53:32 +08:00
{
"FileVersion": 3,
"Version": 2,
"VersionName": "Motion Symphony v2.0",
"FriendlyName": "MotionSymphony",
"Description": "An animation plugin that provides Motion matching and pose matching tools for high fidelity animation synthesis.",
"Category": "Animation",
"CreatedBy": "Kenneth Claassen",
"CreatedByURL": "https://www.animationuprising.com/",
"DocsURL": "https://www.wikiful.com/@AnimationUprising/motion-symphony/introduction-and-overview",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/0c2538101593418b8818585d2a97aacb",
"SupportURL": "https://github.com/Animation-Uprising/MotionSymphony_ExampleProject",
"EngineVersion": "5.3.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "MotionSymphony",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux"
],
"AdditionalDependencies": [
"AnimGraphRuntime"
]
},
{
"Name": "MotionSymphonyEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux"
],
"AdditionalDependencies": [
"AnimGraph"
]
}
]
}