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

34 lines
717 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Buoyancy",
"Description": "Set of tools for adding buoyant behavior to objects which interact with water bodies generated by the Water plugin",
"Category": "Water",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Buoyancy",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
],
"Plugins": [
{
"Name": "Water",
"Enabled": true
},
{
"Name": "ChaosUserDataPT",
"Enabled": true
}
]
}