-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (37 loc) · 1.09 KB
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
{
"name": "com.mapbox.sdk",
"version": "3.0.7",
"displayName": "Mapbox Unity SDK",
"description": "Mapbox Unity SDK",
"unity": "2022.3",
"dependencies": {
"com.unity.render-pipelines.universal": "10.10.1",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"author": {
"name": "Mapbox",
"url": "https://www.mapbox.com/"
},
"samples": [
{
"displayName": "LocationBasedGame",
"description": "Location Based Game",
"path": "Samples~/LocationBasedGame"
},
{
"displayName": "WorldMapViewer",
"description": "World Map Viewer",
"path": "Samples~/WorldMapViewer"
},
{
"displayName": "DirectionsApiDemo",
"description": "Directions Api Demo",
"path": "Runtime/Mapbox/DirectionsApi/Samples~/DirectionsApiDemo"
},
{
"displayName": "GeocodingApiDemo",
"description": "Geocoding Api Demo",
"path": "Runtime/Mapbox/GeocodingApi/Samples~/GeocodingApiDemo"
}
]
}