Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

39 lines
780 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "USD Multi-User synchronization",
"Description": "Enables opt-in multi-user synchronization for the USD Importer plugin.",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64", "Mac", "Linux"
],
"Modules" :
[
{
"Name": "USDMultiUser",
"Type": "UncookedOnly",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins":
[
{
"Name": "MultiUserClient",
"Enabled": true
},
{
"Name": "USDImporter",
"Enabled": true
}
]
}