# Texture Adjustments

### Introduction <a href="#compatibility" id="compatibility"></a>

**Texture Adjustments** is a GPU accelerated tool for generating, modifying and adjusting Unity [Texture2D](https://docs.unity3d.com/ScriptReference/Texture2D.html) files during run-time or directly inside the editor.

**Texture Adjustments** package currently includes 47 filters (full list is [here](https://amazing-assets.gitbook.io/texture-adjustments/list-of-adjustments)) that can be combined and mixed in any number and order, for creating unlimited texture variations.&#x20;

**Texture Adjustments** can significantly reduce project build size by generating textures at runtime rather than storing them on the hard drive.

{% hint style="warning" %}
Note, **Texture Adjustments** asset works only with default 2D color textures (sRGB enabled) and cannot be used for example with Normal Maps, Cube, 3D and other types of textures.
{% endhint %}

### Compatibility <a href="#compatibility" id="compatibility"></a>

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  <a href="#installation" id="installation"></a>

After downloading and importing package, asset is ready to use.
