All Projects → mapbox → Mapbox Unity Sdk

mapbox / Mapbox Unity Sdk

Licence: other
Mapbox Unity SDK - https://www.mapbox.com/unity/

Labels

Projects that are alternatives of or similar to Mapbox Unity Sdk

Guides
Documentation guides and tutorials for Clojure. Various authors.
Stars: ✭ 361 (-33.76%)
Mutual labels:  docs
Cljdoc
📚 A central documentation hub for the Clojure community
Stars: ✭ 416 (-23.67%)
Mutual labels:  docs
Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+3940.37%)
Mutual labels:  docs
Readme
👋 - The documentation for being an Artsy Engineer
Stars: ✭ 380 (-30.28%)
Mutual labels:  docs
Assemble
Community
Stars: ✭ 3,995 (+633.03%)
Mutual labels:  docs
Mybatis Plus Doc
MyBatis-Plus Documentation
Stars: ✭ 431 (-20.92%)
Mutual labels:  docs
Swaggymnia
Generate Swagger 🌀 documentation for your existing API in Insomnia
Stars: ✭ 336 (-38.35%)
Mutual labels:  docs
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (-8.07%)
Mutual labels:  docs
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (-24.4%)
Mutual labels:  docs
Docs
Documentation, API reference, and code snippets for NativeScript
Stars: ✭ 442 (-18.9%)
Mutual labels:  docs
Open Apis Korea
🇰🇷 한국어 사용자를 위한 서비스에 사용하기 위한 오픈 API 모음
Stars: ✭ 391 (-28.26%)
Mutual labels:  docs
Standard Readme
A standard style for README files
Stars: ✭ 4,412 (+709.54%)
Mutual labels:  docs
Verb
HEADS UP! Verb is going though a major transition, we've completely refactored everything from the ground up. If you're interested, please see the dev branch.
Stars: ✭ 442 (-18.9%)
Mutual labels:  docs
Website
Yarn package manager website
Stars: ✭ 374 (-31.38%)
Mutual labels:  docs
Project Explorer
🎋A CLI tool to create an annotated tree visualization of any project
Stars: ✭ 485 (-11.01%)
Mutual labels:  docs
E Books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 357 (-34.5%)
Mutual labels:  docs
The Documentation Compendium
📢 Various README templates & tips on writing high-quality documentation that people want to read.
Stars: ✭ 4,306 (+690.09%)
Mutual labels:  docs
Comunidade
Informações sobre a comunidade da Rocketseat
Stars: ✭ 546 (+0.18%)
Mutual labels:  docs
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (-10.83%)
Mutual labels:  docs
Ru.reactjs.org
React documentation website in Russian / Официальная русская версия сайта React
Stars: ✭ 444 (-18.53%)
Mutual labels:  docs

Mapbox-unity-sdk

For Unity 2017.1.2+

AR support requires Unity 2017.3+, Android 7+ (Nougat), iOS 11.3

Find the AR specific README here.

If AR support is not needed these subfolders of sdkproject/Assets/ maybe deleted:

  • MapboxAR
  • UnityARInterface
  • GoogleARCore
  • UnityARKitPlugin

(for 5.4x compatible versions, please use this commit)

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 Maps SDK for Unity
    • DocFX project for generating API documentation
    • Written manuals and guides

Getting started

Versioned SDK (easy, current stable release)

  • Download unitypackage from https://www.mapbox.com/unity-sdk/#download
  • If you've installed the SDK before, delete Assets/Mapbox folder from your project
  • Within Unity: Assets -> Import Package -> Custom Package... -> All -> Import, wait 😏

From this Repository (advanced, latest development)

Downloading the repo as a zip does not work!

git clone [email protected]:mapbox/mapbox-unity-sdk.git
cd mapbox-unity-sdk

Windows: update-mapbox-unity-sdk-core.bat

Linux/Mac: ./update-mapbox-unity-sdk-core.sh

Documentation

Documentation is generated using DocFX from this repo and is hosted at: https://www.mapbox.com/mapbox-unity-sdk/.

Building a Unity Package

To build a Unity Package for import into your own project from the included sdkproject:

  1. Select Mapbox folder in the project view.
  2. Right-click and choose Export Package....

screen shot 2017-05-26 at 1 14 01 pm

  1. Uncheck Include Dependencies.

screen shot 2017-05-26 at 1 14 55 pm

  1. Click Export and choose a location.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].