> For the complete documentation index, see [llms.txt](https://malbersanimations.gitbook.io/animal-controller/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malbersanimations.gitbook.io/animal-controller/quickstart/upgrade-to-urp.md).

# Upgrade to URP

## Video

{% embed url="<https://streamable.com/j2zgjn>" %}

## Latest Versions&#x20;

{% hint style="warning" %}

## Check your Unity URP Version

{% endhint %}

<figure><img src="/files/FWAdJCsAua4WwSguffZq" alt=""><figcaption></figcaption></figure>

## 1. Upgrade all Amplify Editor custom shaders

<figure><img src="/files/Im13FQiNVCD1GPjvbeC2" alt=""><figcaption></figcaption></figure>

These are the same packages included in the Malbers Animation Menu:

#### UNITY 6

{% file src="/files/HU06hH00XiZ5ccM1Rs2Y" %}

#### UNITY 2023+

{% file src="/files/W7pfJ6Rn6h2NCNPAT3SP" %}

#### UNITY 2022+

{% file src="/files/14bry1ymyZPTLZZMaBsS" %}

{% file src="/files/rcoK0HonM292QEsFtHVo" %}

## 2. Convert all the Materials to URP Materials

<figure><img src="/files/ezB7yGQwMQRMUAd1UBNl" alt="" width="501"><figcaption></figcaption></figure>

{% hint style="info" %}

## If you are upgrading from Built - In to URP you will need to add the URP Asset to your project settings

{% endhint %}

<figure><img src="/files/A5f66ftdOji4tInwWG7M" alt=""><figcaption></figcaption></figure>

These files are created by Unity automatically when you create an empty URP project. But if you are upgrading from a Built-in Renderer project you will need to create them yourself or simply download them from this included package:

{% file src="/files/NT5dwDCftnOe1qxFaNI5" %}

And that's it :)

{% hint style="info" %}

## Same steps to Upgrade to HDRP but using HDRP options

{% 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, and the optional `goal` query parameter:

```
GET https://malbersanimations.gitbook.io/animal-controller/quickstart/upgrade-to-urp.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.
