> 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.12.0.md).

# Version 1.12.0

### v1.12.0 23-April-2026

**Added**

1. Conversion of 3D Gaussian Splats to VPS maps, starting with Xgrids Gaussian Splat export. Support for more providers is coming soon. [Gaussian Splat](/multiset/basics/third-party-scans/gaussian-splat.md)
2. Localization improvements to reduce false positive cases for the Single Frame Localization API.
3. Confidence localization for the single-frame API for Maps and Objects is now calculated using multiple metrics and may result in lower confidence bands in areas with minimum visual features.
4. Added **hintFloorHeight** parameter for height-specific filtering during localization. [HintFloorHeight](/multiset/basics/localization/hint-floor-height.md)
5. New Multiplayer Sample scene in the Unity SDK. [Multiplayer Sample](/multiset/unity-sdk/sample-scenes/multiplayer-sample.md)
6. Localization speed improvements on the Meta Ray-Ban SDK: <https://github.com/MultiSet-AI/wearable-vps-samples/tree/main/iOS>

**Fixed**

1. Unity SDK: Object Tracking mesh visualization state bug is fixed.

**Known Issues**

1. Mapping App / SDK producing maps with no mesh results in map processing failures.
2. Low localization success rate with Matter**c**raft and Spaces due to high default confidence, set the default confidence to 0.3


---

# 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.12.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.
