CelticCraft/Plugins/VoxelFree/VoxelFree.uplugin

84 lines
1.6 KiB
Text
Raw Normal View History

2023-07-03 16:17:13 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "Free-UE5",
"FriendlyName": "Voxel Plugin Free",
"Description": "Create fully volumetric, entirely destructible & infinite worlds",
"Category": "Terrain",
"CreatedBy": "voxelplugin.com",
"CreatedByURL": "https://voxelplugin.com",
"DocsURL": "https://wiki.voxelplugin.com/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/c61d1941c8664436be42d649404a10e0",
"SupportURL": "https://discord.voxelplugin.com",
"EngineVersion": "5.1.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "Voxel",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VoxelGraph",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VoxelHelpers",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VoxelEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VoxelGraphEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VoxelEditorDefault",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VoxelExamples",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}