Topic: Mapbox Access Token is not specified

Hello, i try to download an elevation map from a site in Italy from Mapbox, i created an account on Mapbox, got an Access Token, inserted on the proper field in Real World Terrain, but when i push the Start Button an alert appears in Unity saying "Mapbox Access Token is not specified". I tried a few times with new generated tokens from Mapbox account but no success. When i download the terrain from SRTM Elevation Provider it works fine, no need for Tokens as well, but with Mapbox it seems the Tokens i m using are not valid.
Any help ?
Thank you in advance
Fabio Geremei

Re: Mapbox Access Token is not specified

Hello.

Please make sure you are entering the access token in the correct section.
There are two places for the access token, in the Elevation Provider and Textures sections.
If you need elevations from Mapbox, you need to enter the token in the Elevation Provider section.
If you need textures, enter it in the Textures section.
If you need both, enter it in both sections.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Mapbox Access Token is not specified

Thank you, i did insert the followin token generated from Mapbox account:
{REMOVED TOKEN}
i also have another token generated from Mapbox account, and a secret token as well, and inserted them on the Elevation Provider|Mapbox Access Token field but noone of them works, i always get the "Mapbox Access Token is not specified" msg from Unity Console. Could you check if the token i wrote down previously is a valid one ? Thank you

Re: Mapbox Access Token is not specified

I just checked your token and it works correctly for me.

Please attach a screenshot of the Real World Terrain window.
Maybe I'll see some kind of clue.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Mapbox Access Token is not specified

Sorry, I did restart my project from Unity Hub and now the download from Mapbox seems to work. Now i have another question: i have on my own a 20 mt elevation map of all of Italy: can i extract a portion and use it as terrain in Real World Terrain instead of the downloaded elevation maps from any of the four default provider (SRTM, Bing Maps, SRTM30 and Mapbox) ? Thank you in advance

Re: Mapbox Access Token is not specified

Yes, if you have programming experience.
Examples:
https://forum.infinity-code.com/viewtopic.php?pid=6345
https://forum.infinity-code.com/viewtopic.php?id=2158

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Mapbox Access Token is not specified

Thank you, i will try!