Mirror_Animation_System/MirrorAnimationSystem.uplugin
2024-12-04 02:00:35 +01:00

36 lines
No EOL
1.2 KiB
Text

{
"FileVersion": 3,
"Version": 2,
"VersionName": "3.0",
"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",
"EngineVersion": "5.4.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "MirrorAnimationSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "MirrorAnimationSystemDev",
"Type": "DeveloperTool",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "MirrorAnimationSystemEditor",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64" ]
}
]
}