> For the complete documentation index, see [llms.txt](https://ut.orels.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ut.orels.sh/extras/migration-to-v1.0.0.md).

# Migration to v1.0.0

### For Users

{% hint style="danger" %}
When updating to v1.0 from any v0.x.x release - you MUST follow these steps, or your projects will get compile errors
{% endhint %}

To upgrade, do the following

* Duplicate your main scene as a precaution (if you can)
* Make a new empty scene and open it
* Save the project
* Delete the UdonToolkit folder completely
* Follow the [Installation Instructions](/master.md#installation)
* Open the duplicate scene and see if everything works
* If it does - feel free to go back to your main scene and delete the duplicate

If you do get any issues - please do not hesitate to [reach out on Discord](https://discord.com/invite/fR869XP)

If you'll want to roll back - you should be able to follow the instructions again and import the older version of the toolkit (latest v0.x.x release). That operation **should** work, but generally speaking only forward upgrades are supported.

### For Developers

You do not need to use `[UTEditor]` attribute anymore! You can safely remove it as it is not being used by anything. I left it in the code just so you do not get any errors. But feel free to remove it when you'll get a moment.

{% hint style="info" %}
v1.0+ handles the custom attribute UI a bit differently than before, check out the new [Custom Attribute](/attributes/creating-custom-attributes.md) docs to learn more about it!
{% endhint %}


---

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

```
GET https://ut.orels.sh/extras/migration-to-v1.0.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.
