mapbox / mapbox-unity-sdk

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

how to create a location game #1885

Open Hemeda13 opened 2 years ago

Hemeda13 commented 2 years ago

im trying to make a game that ask user a question about country location like (where is france ? ) and moves the plane to that location i want to know how to implement it like how can i interact with map and when i move over the country it change its mesh color

brnkhy commented 2 years ago

you should be able to use update method inside map object/script to change map location. you can check demos with search feature to see how it works.