> For the complete documentation index, see [llms.txt](https://multiset.gitbook.io/multiset/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multiset.gitbook.io/multiset/quick-access/changelog/version-1.10.0.md).

# Version 1.10.0

### v1.10.0 08-December-2025

**Added**

1. Introducing OnDevice Localization for iOS: <https://docs.multiset.ai/unity-sdk/on-device-localization>
2. ModelSet Tracking now supports tracking multiple objects in the same session: <https://docs.multiset.ai/unity-sdk/sample-scenes/modelset-tracking#modelset-tracking>
3. MapSet alignment feature in Unity SDK: <https://docs.multiset.ai/unity-sdk/sample-scenes/mapset-alignment>
4. Simulation data capture sample scene in Unity SDK: <https://docs.multiset.ai/unity-sdk/localization-simulation#build-a-simulation-data-capture-app>
5. Added Faro scanner support for VPS using the E57 export: <https://docs.multiset.ai/basics/third-party-scans/faro-scans>
6. Developer Portal now shows query analytics for maps and model sets.
7. Ability to Archive Individual Maps and Maps that are part of a MapSet

**Fixed**

1. Localization performance improvement for Maps, Mapset and ModelSet
2. Confidence values in the VPS multi-frame query API response
3. Confidence check bug with the Single Frame Localization script in Unity SDK
4. Memory management while checking for blurred images in Unity SDK


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://multiset.gitbook.io/multiset/quick-access/changelog/version-1.10.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
