Individual Map
Localization explanation in individual Map
To localize a user on a specific Map, provide the Map Code where the user is located. Retrieve the Map Code by logging into the Developer Portal or using our REST API.

IN the Map Localization Manager in Unity SDK, select Localization Type as "Map" and then past your Map Code

Update Map Code in Runtime
To dynamically change the mapOrMapsetId at runtime in our existing script, you can create a UI input field or a method that updates the mapOrMapsetId 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?