# 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](/basics/third-party-scans/gaussian-splat.md)&#x20;
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](/basics/localization/hint-floor-height.md)
5. New Multiplayer Sample scene in the Unity SDK. [Multiplayer Sample](/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&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.multiset.ai/quick-access/changelog/version-1.12.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
