# Upgrading Unity SDK

If you wish to get started and install the **coherence** Unity SDK, please refer to the [installation ](/1.0/get-started/install-coherence.md)page.

## Upgrading to a new version

Open *Unity Package Manager* under *Window > Package Manager* and check the *Packages - coherence* section. It will state the currently installed version and if there are any recommended updates available:

<figure><img src="/files/91QUXaJ5VrZ76tjEmLTl" alt=""><figcaption><p>Unity Package Manager showing coherence installation</p></figcaption></figure>

### Upgrade guides

{% hint style="warning" %}
Follow the advice in this section in the order of releases, starting from the lower version. If you're upgrading by two or more major versions, it is recommended to first upgrade to the immediate next version, in case you miss any unrecoverable breaking changes.
{% endhint %}

* [Upgrading to 1.0.0](/1.0/coherence-sdk-for-unity/upgrading-unity-sdk/upgrading-to-coherence-unity-sdk-1.0.0.md)
* [Upgrading to 0.9.0](/1.0/coherence-sdk-for-unity/upgrading-unity-sdk/upgrading-to-coherence-unity-sdk-0.9.0.md)


---

# 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.coherence.io/1.0/coherence-sdk-for-unity/upgrading-unity-sdk.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.
