-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathVoxelArt.uplugin
37 lines (37 loc) · 900 Bytes
/
VoxelArt.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Voxel Art Free",
"Description": "Create huge worlds for realtime editing",
"Category": "Other",
"CreatedBy": "Limit",
"CreatedByURL": "https://twitter.com/limtosingular",
"DocsURL": "https://github.com/limness/Voxel-Art/blob/main/README.md",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/3f055047d2834d51bec427dfd03e8fdd",
"SupportURL": "https://discord.gg/FX3zzNxPq3",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "VoxelArt",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [
"Win64",
"Win32"
]
},
{
"Name": "VoxelArtEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Win32"
]
}
]
}