Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangrams/tangram-unity
Mapzen maps for Unity3D
https://github.com/tangrams/tangram-unity
Last synced: 3 months ago
JSON representation
Mapzen maps for Unity3D
- Host: GitHub
- URL: https://github.com/tangrams/tangram-unity
- Owner: tangrams
- License: other
- Created: 2017-03-20T21:59:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T03:57:32.000Z (9 months ago)
- Last Synced: 2024-05-15T14:03:45.040Z (6 months ago)
- Language: C#
- Size: 47.9 MB
- Stars: 164
- Watchers: 19
- Forks: 48
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Tangram Unity
=============![screenshot](tangram-unity.png)
Tangram Unity is a library of tools for using OpenStreetMap data in the Unity3D game engine. This repository contains the code and GUI tools along with an example scene that demonstrates how to use them.
This project uses Unity version 2019.3.0f6.
Quickstart
-----------1. Create a [Nextzen API Key](https://developers.nextzen.org/)
2. Open the example scene `Assets/Scenes/RegionMapExample.unity` in Unity.
4. Select the `Map Builder` object in the scene and enter your API key in the "Api Key" field in the inspector.
4. Press the `Download` button in the inspector and wait a few seconds for the download to complete.The scene should now contain geometry from New York City! To learn how to customize your own map with a different style or a different location, check out these documentation pages:
- [Region Map Editor](Documentation/RegionMapEditor.md)
- [Map Style Editor](Documentation/MapStyleEditor.md)Roadmap
-------- Terrain support
- Tile streaming
- Map data access from game objects