初始提交: UE5.3项目基础框架
This commit is contained in:
59
Plugins/CesiumForUnreal/CesiumForUnreal.uplugin
Normal file
59
Plugins/CesiumForUnreal/CesiumForUnreal.uplugin
Normal file
@ -0,0 +1,59 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 67,
|
||||
"VersionName": "2.12.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.3.0",
|
||||
"CanContainContent": true,
|
||||
"Installed": true,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux",
|
||||
"Android",
|
||||
"IOS"
|
||||
],
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "CesiumRuntime",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "PostConfigInit",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux",
|
||||
"Android",
|
||||
"IOS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "CesiumEditor",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PostEngineInit",
|
||||
"PlatformAllowList": [
|
||||
"Win64",
|
||||
"Mac",
|
||||
"Linux",
|
||||
"Android",
|
||||
"IOS"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "SunPosition",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Water",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user