-
Notifications
You must be signed in to change notification settings - Fork 297
/
CesiumForUnreal.uplugin
43 lines (43 loc) · 1.19 KB
/
CesiumForUnreal.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
{
"FileVersion": 3,
"Version": 65,
"VersionName": "2.10.0",
"FriendlyName": "Cesium for Unreal",
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
"Category": "Geospatial",
"CreatedBy": "Cesium GS, Inc.",
"CreatedByURL": "https://cesium.com",
"DocsURL": "https://cesium.com/learn/unreal/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7",
"SupportURL": "https://community.cesium.com",
"EngineVersion": "5.2.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [ "Win64", "Mac", "Linux", "Android", "IOS" ],
"Modules": [
{
"Name": "CesiumRuntime",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "Android", "IOS" ]
},
{
"Name": "CesiumEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "Android", "IOS" ]
}
],
"Plugins": [
{
"Name": "SunPosition",
"Enabled": true
},
{
"Name": "Water",
"Enabled": true
}
]
}