Files
UnrealEngine/Engine/Plugins/Experimental/Animation/Locomotor/Locomotor.uplugin
2025-05-18 13:04:45 +08:00

30 lines
576 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Locomotor",
"Description": "Procedural animation for Control Rig.",
"Category": "Animation",
"CreatedBy": "Epic Games",
"CreatedByURL": "www.epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
}
],
"Modules": [
{
"Name": "Locomotor",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
]
}