This tutorial adds Mapbox Map with Scale Zoom Pan and Orbit using C# at runtime in Unity
It provides C# scripts to add and scale map to real-world measurements. Zoom and pan to the mouse position and orbit the map using mouse and keyboard input. It displays loading map text while the map is loading.
The long version tutorial to Include Mapbox Map with Zoom Pan and Orbit in Unity:
• Include Mapbox Map with Zoom Pan and ...
Scale Map to Real World Dimension and Camera Zoom Using C# and Mapbox API in Unity:
• Scale Map to Real World Dimension and...
Mapbox offers a free tier for each product, which allows you to use the API for free within limited requests per month.
Go to Mapbox pricing using the link below:
https://www.mapbox.com/pricing/
Click Get started, create an account if you don’t have one and log In.
After logging in, click + Create a token, Write a token name, and click Create token.
Mapbox API Docs:
https://docs.mapbox.com/api/maps
Static Images API playground:
https://docs.mapbox.com/playground/st...
Map Control Code on GitHub:
https://github.com/DA-LAB-Tutorials/Y...
Camera Control Code on GitHub:
https://github.com/DA-LAB-Tutorials/Y...