MapSet (Multiple maps)
Localization explanation in MapSet
To localize a user on a specific mapSet, provide the Map Set Code where the user is located. Retrieve the mapSetID by logging into the Developer Portal or using our REST API

In the Map Localization Manager in Unity SDK, select Localization Type as "Mapset" and then past your mapSetID

Add MapSet Mesh in Unity to visualize your Mesh
Download the combined Mesh from the developer portal and add it in Unity SDK to visualize your maps

Update Map Set Code in Runtime
To dynamically change the mapOrMapsetCode at runtime in your existing script, you can create a UI input field or a method that updates the mapOrMapsetCode in the MapLocalizationManager. Below is an example script showcasing how to do this via a simple button press or direct method call.
Last updated
Was this helpful?