Tools for using Mapbox APIs with C# / Unity. If you'd like to contribute to the project, read CONTRIBUTING.md.
This repo contains:
- Unity specific tools and libraries for processing Mapbox data
- Example projects using Mapbox Unity SDK
- DocFX project for generateing API documentation
- Written manuals and guides
Documentation is generated using DocFX from this repo and is hosted at: https://www.mapbox.com/mapbox-unity-sdk/.
This project includes git submodule dependcies outlined in this gitmodules file.
To install/update the dependencies after git clone/git pull run update-mapbox-unity-sdk-core.bat or update-mapbox-unity-sdk-core.sh (depending on your OS).
These repos are actively developed and maintained:
NOTE: As of May 16, 2017, the https://github.com/mapbox/mapbox-sdk-cs repo has been merged into this repo. These source files are now located here: /sdkproject/Assets/Mapbox/Core/mapbox-sdk-cs. Core cs changes will be backported on a case-by-case basis.
To build a Unity Package for import into your own project from the included sdkproject:
- Select
Mapboxfolder in the project view. - Right-click and choose
Export Package....
- Uncheck
Include Dependencies.
- Click
Exportand choose a location.

