# Controller Scripts

{% hint style="info" %}
Controller scripts are useful for modifying dissolve properties for big amount of materials at once. All those settings and properties can be individually adjust from material editors too.
{% endhint %}

## AdvancedDissolveKeywordsController

Used for updating and controlling Advanced Dissolve keywords inside materials.

<div align="left"><figure><img src="/files/E68z0baUJRqoM41buchn" alt="" width="313"><figcaption></figcaption></figure></div>

## AdvancedDissolvePropertiesController

Used for modifying Advanced Dissolve properties inside materials.

<div align="left"><figure><img src="/files/PLO8sDlkKYCczzldAO61" alt="" width="313"><figcaption></figcaption></figure></div>

## AdvancedDissolveGeometricCutoutController

Used for updating Geometric cutout properties.

<div align="left"><figure><img src="/files/lSMhmnVRHwGI1ldvTdiK" alt="" width="321"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Those controller scripts are used in all example scenes for assigning proper dissolve keywords and properties to the materials.
{% endhint %}

Controller scripts update only those materials that are in the **Materials** array of those scripts.  To easily add materials to the controller scripts, lock their Inspector window, then select required game objects and from script's menu choose **Add Materials From Selection**.

<div align="left"><figure><img src="/files/6eCLclobby0GTdXA3EhL" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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/run-time-api/controller-scripts.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.
