You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
+
9
+
Quickstart
10
+
-----------
11
+
12
+
1. Create a [Mapzen API Key](https://mapzen.com/developers/sign_up)
13
+
2. Open the Unity plugin project
14
+
4. Drag and drop `Assets/Mapzen.prefab` in a Unity scene
15
+
4. Create a new _style_ to selectively generate and filter data for your map region: Assets > Create > Mapzen > Style
16
+
5. Start authoring the style by adding filters to select map layers and associate them with materials
17
+
6. Select the game object `Mapzen`
18
+
- Add your API key created in 1.
19
+
- Reference the newly created style asset in `Feature styling`
0 commit comments