Skip to content

Commit

Permalink
Add minimal README (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimnaaji authored and tallytalwar committed Oct 16, 2017
1 parent e2711cd commit 5401f98
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Tangram Unity
=============


![screenshot](tangram-unity.png)

Tools for using Mapzen vector tiles in the Unity engine. The repository contains the assets and main plugin to design and generate a map region to be used in your Unity scene.

Quickstart
-----------

1. Create a [Mapzen API Key](https://mapzen.com/developers/sign_up)
2. Open the Unity plugin project
4. Drag and drop `Assets/Mapzen.prefab` in a Unity scene
4. Create a new _style_ to selectively generate and filter data for your map region: Assets > Create > Mapzen > Style
5. Start authoring the style by adding filters to select map layers and associate them with materials
6. Select the game object `Mapzen`
- Add your API key created in 1.
- Reference the newly created style asset in `Feature styling`
- Give a a region name
- Hit the `Download` button

Roadmap
-------

- Terrain support
- Tile streaming
- Map data access from game objects

Binary file added tangram-unity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5401f98

Please sign in to comment.