mapbox-unity-sdk icon indicating copy to clipboard operation
mapbox-unity-sdk copied to clipboard

Duplicated all objects in mapbox map.

Open BiteBitcoin opened this issue 4 years ago • 1 comments

Dear Team,

I will explain what is happening.

I have only one scene with Location-basedGame.

Inside the scene I have only one gameobject - Map where is the mapbox visualizer.

image INSPECTOR: image

But the problem is when I start the game I can see all the objects are duplicated.

I noticed it when I was moving the objects.

image image image

Hey, I already fixed the buildings by marking this check.:

image

But this is still happening with the POI points of interest. If I select one and move it, there is a copy below.

image

How to set POI with unique ID ? or stop spawning the objects twice?

image

Thank you!

BiteBitcoin avatar Sep 15 '21 11:09 BiteBitcoin

Hey @BiteBitcoin , Hard to tell what's wrong there. Are you using a vector data source with ids? One thing I can suggest, especially if you don't need selectable buildings, is using another regular data source and uncheck unique ids checkbox.

brnkhy avatar Oct 08 '21 12:10 brnkhy