Mirror_Animation_System/MirrorAnimationSystem.uplugin

36 lines
1.2 KiB
Text
Raw Permalink Normal View History

2021-08-07 09:38:59 +00:00
{
"FileVersion": 3,
2024-12-04 00:49:59 +00:00
"Version": 2,
"VersionName": "3.0",
2021-08-07 09:38:59 +00:00
"FriendlyName": "Mirror Animation System",
"Description": "Incorporates functionalities that allow the mirroring of animations with their root motion at runtime, as well as inside the editor.",
"Category": "Animation",
"CreatedBy": "Rexocrates",
"CreatedByURL": "https://github.com/Rexocrates",
"DocsURL": "https://github.com/Rexocrates/Mirror_Animation_System/blob/main/Mirror%20Animation%20System%20Documentation.pdf",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/36b1fe6319794a25ab6dfffb82e1b29b",
"SupportURL": "https://github.com/Rexocrates/Mirror_Animation_System/issues",
2024-12-04 00:49:59 +00:00
"EngineVersion": "5.4.0",
2021-08-07 09:38:59 +00:00
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "MirrorAnimationSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
2024-12-04 00:49:59 +00:00
"WhitelistPlatforms": [ "Win64" ]
2021-08-07 09:38:59 +00:00
},
{
"Name": "MirrorAnimationSystemDev",
"Type": "DeveloperTool",
"LoadingPhase": "PreDefault",
2024-12-04 00:49:59 +00:00
"WhitelistPlatforms": [ "Win64" ]
2021-08-07 09:38:59 +00:00
},
{
"Name": "MirrorAnimationSystemEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault",
2024-12-04 00:49:59 +00:00
"WhitelistPlatforms": [ "Win64" ]
2021-08-07 09:38:59 +00:00
}
]
}