-
Notifications
You must be signed in to change notification settings - Fork 299
/
Copy pathVoxelFree.uplugin
98 lines (98 loc) · 1.9 KB
/
VoxelFree.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"FileVersion": 3,
"Version": 1,
"VersionName": "Unknown",
"FriendlyName": "Voxel Plugin Free Legacy",
"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/b08e5581837e4bbca486b61cdf2751bb",
"SupportURL": "https://discord.voxelplugin.com",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Voxel",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "VoxelGraph",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "VoxelHelpers",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "VoxelEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "VoxelGraphEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "VoxelEditorDefault",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "VoxelExamples",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Linux"
]
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}