Separates generic systems (lip sync, posture, facial expression, mic) from ElevenLabs-specific ones (conv agent, websocket, settings). Generic classes now use PS_AI_Agent_ prefix; ElevenLabs-specific keep _ElevenLabs suffix. CoreRedirects in DefaultEngine.ini ensure existing .uasset references load correctly. Binaries/Intermediate deleted for full rebuild. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
41 lines
600 B
Plaintext
41 lines
600 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"EngineAssociation": "5.5",
|
|
"Category": "",
|
|
"Description": "",
|
|
"Modules": [
|
|
{
|
|
"Name": "PS_AI_Agent",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "ModelingToolsEditorMode",
|
|
"Enabled": true,
|
|
"TargetAllowList": [
|
|
"Editor"
|
|
]
|
|
},
|
|
{
|
|
"Name": "PS_AI_ConvAgent",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "LiveLinkControlRig",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "AppleARKitFaceSupport",
|
|
"Enabled": true,
|
|
"SupportedTargetPlatforms": [
|
|
"IOS",
|
|
"Win64",
|
|
"Mac",
|
|
"Linux",
|
|
"Android"
|
|
]
|
|
}
|
|
]
|
|
} |