> For the complete documentation index, see [llms.txt](https://docs.mtion.xyz/mtion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mtion.xyz/mtion/mtion-worlds-sdk/mtion-worlds-sdk-faqs.md).

# mtion worlds SDK FAQs

## I downloaded Unity but the SDK isn't compatible?

mtion worlds SDK only works with Unity version 2021.3.25f1 which can be downloaded from The Unity download archive <https://unity.com/releases/editor/archive>

## I'm trying to use the SDK Git url but its not working?

In order to use the Git URL you will need Git installed from <https://git-scm.com/> &#x20;

Another option is to download the latest .tgz file from <https://github.com/mtion-tv/MtionSDK/releases>[ ](https://github.com/mtion-tv/MtionSDK/releases)and in Unity use the option 'install from Tarball'.&#x20;

## How do I update the SDK when a new version is released?

If you are using Git url, then the updates are always automatic.&#x20;

If you are using the Tarball, you should be able to just load the new .tgz file. Don't need to uninstall first, assets should be overwritten with new ones.

## I imported a world/Asset into mtion worlds but I don't see it?

If haven't you will have to restart mtion worlds when you import anything from unity in order for it to show up.

## Do certain shaders work with mtion worlds?

Most shaders such as VRM and Poiyomi do work with mtion worlds. If you encountered a shader that does not work, please let us know in the mtion Discord SDK support channel.


---

# 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://docs.mtion.xyz/mtion/mtion-worlds-sdk/mtion-worlds-sdk-faqs.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.
