Files
UnrealEngineUWP/Engine/Plugins/Animation/RigLogic/RigLogic.uplugin
andrean franc 710ca1651d Update RigLogic to v9.2.2
#rb violeta.vukobrat

[CL 27551745 by andrean franc in ue5-main branch]
2023-09-01 06:40:03 -04:00

55 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 9.2,
"VersionName": "9.2.2",
"FriendlyName": "RigLogic Plugin v9.2.2",
"Description": "3Lateral RigLogic Plugin for Facial Animation v9.2.2",
"Category": "Animation",
"CreatedBy": "3Lateral",
"CreatedByURL": "https://www.3lateral.com/",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "RigLogicLib",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "RigLogicLibTest",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "RigLogicModule",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name" : "RigLogicDeveloper",
"Type" : "UncookedOnly",
"LoadingPhase" : "PreDefault"
},
{
"Name": "RigLogicEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
}
]
}