# Version 1.11.0

### v1.11.0 02-Febuary-2026

**Added**

1. Android and iOS Native SDK with all VPS parameters: [iOS Swift Native](/native-support/ios-swift-native.md) [Android Native](/native-support/android-native.md)
2. Unity SDK: The mapping scene is now modular, with UI and Core logic separate
3. Ability to upload glb files of up to 50 MB for [Object Tracking](/basics/object-tracking.md).
4. Support for glb files with PBR material and Draco compression for Object Tracking
5. CORS Control directly in the developer portal [Configuring Allowed Domains (CORS)](/basics/credentials/configuring-allowed-domains-cors.md)
6. NPM package for WebXR SDK: <https://www.npmjs.com/package/@multisetai/vps>
7. Localization Query performance analytics in the developer portal

**Fixed**

1. ModeSet Tracking is now called **Object Tracking**
2. Localization accuracy improvements for On-Device VPS
3. Improved Map area calculations
4. Improved map viewer performance for large scans


---

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