Enabled plugins for DTC Scene

This commit is contained in:
Aaron Samaniego 2024-01-22 08:49:47 +01:00
parent fba0538052
commit 14baf8d724
1 changed files with 32 additions and 0 deletions

View File

@ -131,6 +131,38 @@
{
"Name": "StreetMap",
"Enabled": true
},
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "RigLogic",
"Enabled": true
},
{
"Name": "LiveLink",
"Enabled": true
},
{
"Name": "LiveLinkControlRig",
"Enabled": true
},
{
"Name": "AppleARKitFaceSupport",
"Enabled": true,
"SupportedTargetPlatforms": [
"IOS",
"Win64",
"Mac"
]
},
{
"Name": "MovieRenderPipeline",
"Enabled": true
}
]
}