forked from CesiumGS/cesium-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 977 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.cesium.unity",
"version": "0.1.2",
"displayName": "Cesium for Unity",
"description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.",
"license": "Apache-2.0",
"unity": "2021.3",
"author": {
"name": "Cesium",
"email": "hello@cesium.com",
"url": "https://cesium.com"
},
"changelogUrl": "https://github.com/CesiumGS/cesium-unity/blob/main/CHANGES.md",
"documentationUrl": "https://cesium.com/learn/unity/",
"licensesUrl": "https://github.com/CesiumGS/cesium-unity/blob/main/LICENSE",
"dependencies": {
"com.unity.textmeshpro": "3.0.0",
"com.unity.mathematics": "1.2.0",
"com.unity.test-framework": "1.1.31"
}
}