-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
25 lines (25 loc) · 1.06 KB
/
package.json
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
{
"name": "com.cesium.unity",
"version": "1.13.1",
"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"
},
"scripts": {
"doxygen": "doxygen ./Documentation~/Doxyfile"
},
"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.mathematics": "1.2.0",
"com.unity.test-framework": "1.1.31",
"com.unity.shadergraph": "12.1.6",
"com.unity.inputsystem": "1.4.2"
}
}