# Advanced Dissolve

## Compatibility

Supported Unity versions (only LTS):

<table><thead><tr><th width="190" align="center">Unity version</th><th width="143" align="center">Built-in (BiRP)</th><th width="158" align="center">Universal (URP)</th><th width="212.800048828125" align="center">High Definition (HDRP)</th></tr></thead><tbody><tr><td align="center">6000.3</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center">6000.0</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center">2022.3</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center"><mark style="color:red;background-color:red;">2021.3 *</mark></td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center"><mark style="color:red;background-color:red;">2020.3 *</mark></td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center"><mark style="color:red;background-color:red;">2019.4 *</mark></td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr></tbody></table>

{% hint style="warning" %}
Non-LTS versions, as well as ***alpha***, ***beta, tech***, or ***preview*** versions, are not supported.

\*Support for Unity 2019.4, 2020.3 and 2021.3 ends on Jan 1, 2026.
{% endhint %}

***

## Installation

After downloading and importing package, project should contain <mark style="color:blue;">**Assets**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">→</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Amazing Assets**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">→</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Advanced Dissolve**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">→</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Installer**</mark> folder with 3 .***unitypackage*** files inside. Based on the project's render pipeline manually import one of the provided packages.

<div align="left"><figure><img src="https://371873058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDmmEjlCGzGOqRX7UsP6L%2Fuploads%2FfhEoPLm8FRKZWaYX5ZBg%2FInstaller.png?alt=media&#x26;token=cdae665d-90b1-495d-9f06-26f92080317a" alt="" width="524"><figcaption></figcaption></figure></div>

{% hint style="info" %}
In the case of changing project's render pipeline (for example from Built-in to URP), delete asset from the project and re-import appropriate package from the <mark style="color:blue;">**Installer**</mark> folder.

If changing Unity Editor version (for example from 2021.3 to 6000.0), delete asset from the project, clear the Asset Store cache folder (Amazing Assets sub-folder) and re-download package using **Package Manager**. Based on the used Unity Editor version, proper package will be downloaded.
{% endhint %}


---

# 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://amazing-assets.gitbook.io/advanced-dissolve/readme.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.
