# SDK Upgrade Guide

### **General Information**

Before you proceed with the upgrade, here are some essential points to keep in mind:

1. **Backup Your Project**: Before making any changes, it is crucial to back up your Unity project to avoid any potential data loss or issues during the upgrade process.
2. **Version Compatibility**: Ensure that the version of Unity you are using is compatible with ARway. Check the [Getting Started](/arway-sdk/getting-started.md) page for more information about supported versions of Unity.
3. **Asset Compatibility**: If your project relies on third-party assets that interact with ARway, make sure those assets are also compatible with the new version.
4. **Test Thoroughly**: After the upgrade, thoroughly test your project's functionality to identify and fix any issues that may have arisen during the transition.

### Versions

[v3.1.0 -> v3.1.4](/arway-sdk/sdk-upgrade-guide/3.1.0-greater-than-3.1.4.md)

[v3.0.1 -> v3.1.0](/arway-sdk/sdk-upgrade-guide/3.0.1-greater-than-3.1.0.md)

[v3.0.0 -> v3.0.1](/arway-sdk/sdk-upgrade-guide/3.0.0-greater-than-3.0.1.md)

[v2.5.1 -> v3.0](/arway-sdk/sdk-upgrade-guide/2.5.1-greater-than-3.0.0.md)

[v2.3.1 -> v2.5.1](/arway-sdk/sdk-upgrade-guide/2.3.1-greater-than-2.5.1.md)

[v2.3 -> v2.3.1](/arway-sdk/sdk-upgrade-guide/2.3-greater-than-2.3.1.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.arway.ai/arway-sdk/sdk-upgrade-guide.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.
