You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tracked down the bug to be in the vector-tile-cs project which povides the precompiled DLLs in the mapbox plugins folders. I also created an issue there mapbox/vector-tile-cs#47 .
Our current workaround is to replace the DLLs with the source code from github and then implement the fix manually. This works for now, but in the end we needed to implement other workarounds, because of other exceptions happening in the base library.
These features used to work for us, but sometime this summer the place_label feature broke. It also broke in one of our deployed projects which we did not touch since last year.
On another, but somewhat related note, what is the current state of this project's development? We plan on supporting multiple products made with the Mapbox Unity SDK in the future and we already have plans for creating more. In the current state of things we even considered implementing our own SDK for MapBox with C# and Unity because of the current state of the project. We also considered moving the the Google Maps platfrom.
Can you share any plans for the roadmap of this project? Can we count on you to provide support for the SDK in the long run?
The text was updated successfully, but these errors were encountered:
Hey @KuraiAndras
The development on Unity&Mapbox continues but in different paths (so not like v2.2). If you are planning on using Unity SDK I would highly suggest contacting Mapbox sales and let them know your usage and interest.
2.1.1
, and also theperformance
branchZoomableMap
sceneMap
object in the hiearchy select themapbox-streets-v8
data sourceUnity log
We tracked down the bug to be in the
vector-tile-cs
project which povides the precompiled DLLs in the mapbox plugins folders. I also created an issue there mapbox/vector-tile-cs#47 .Our current workaround is to replace the DLLs with the source code from github and then implement the fix manually. This works for now, but in the end we needed to implement other workarounds, because of other exceptions happening in the base library.
These features used to work for us, but sometime this summer the
place_label
feature broke. It also broke in one of our deployed projects which we did not touch since last year.On another, but somewhat related note, what is the current state of this project's development? We plan on supporting multiple products made with the Mapbox Unity SDK in the future and we already have plans for creating more. In the current state of things we even considered implementing our own SDK for MapBox with C# and Unity because of the current state of the project. We also considered moving the the Google Maps platfrom.
Can you share any plans for the roadmap of this project? Can we count on you to provide support for the SDK in the long run?
The text was updated successfully, but these errors were encountered: