mapbox / mapbox-unity-sdk

Mapbox Unity SDK - https://www.mapbox.com/unity/
Other
725 stars 210 forks source link

Traffic and Directions demo with Zoomable / Panable Map ? #1833

Open ThanosRestas opened 2 years ago

ThanosRestas commented 2 years ago

It seems that the directions mesh between Point A and Point B breaks / doesn't scale properly when the user zooms in or out. Any ways to fix this ?

brnkhy commented 2 years ago

@ThanosRestas some of those old demos doesn't really support zoom in&out at all. And directions script was just to show how to query api itself. I'm afraid it isn't directly usable in many other cases by itself and fix would require recreating mesh on every map change which might not be trivial.