mapbox-unity-sdk
mapbox-unity-sdk copied to clipboard
When running app after first installing, loading is stuck.
- Unity version:
- Scripting Runtime Version:
- Scripting Backend: IL2CPP
- Api Compatibility Level: .NET Standard 2.0
- Mapbox SDK version: 2.1.1
- The platform you're building to: iOS and Android
- A description of what you're trying to do: I install app first, and then if I run app, app don't load mapbox scene. Then after restarting app, app runs without any issue. I tried several methods like reloading scene and dynamic loading to fix this issue, but I can't solve this issue. I am using paid mapbox account. I hope that this issue will be solved quickly.
Hey @KonstantinR20 ,
i assume you are running into this issue i reported a while ago:
https://github.com/mapbox/mapbox-unity-sdk/issues/1760
This issue has been reported a few times now by other users which is not very surprising. Every mobile (android) app build with mapbox sdk 2.1.1 won't run on first startup and needs to be restarted manually before getting location access.
@brnkhy push :-)
up