Files
UnrealEngine/Engine/Plugins/VirtualProduction/StormSyncAvalancheBridge/StormSyncAvalancheBridge.uplugin
2025-05-18 13:04:45 +08:00

41 lines
883 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Storm Sync Motion Design Bridge",
"Description": "Plugin bridge between Motion Design Plugin and Storm Sync to provide in-editor integration to synchronize assets",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "StormSyncAvaBridgeEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "StormSyncAvaBridge",
"Type": "Runtime",
"LoadingPhase": "Default",
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "Avalanche",
"Enabled": true
},
{
"Name": "StormSync",
"Enabled": true
}
]
}