# Finder for Game Creator

{% hint style="danger" %}
The documentation has moved to: <https://mitschmr-studios.io/documentation/finder/>

This version will no longer be updated and maintained.&#x20;
{% endhint %}

**Finder for Game Creator** is a module for [Game Creator](https://assetstore.unity.com/packages/templates/systems/game-creator-89443) and allows you to find and edit all Game Creator components and scriptable objects in centralized Editor windows.&#x20;

{% hint style="info" %}
Download the module:[ ](http://u3d.as/24o8)[http://u3d.as/2djR](<&#xD;&#xA;http://u3d.as/2djR>)
{% endhint %}

![](/files/-MOpI5GVuh0RTO1e-XVu)

## Key Features

* Edit all Game Creator components and scriptable objects in centralized Editor windows
* Search for titles in actions or descriptions in conditions
* Sort from A-Z or Z-A
* Use the Extension Installer to quickly install or remove the Game Creator module extensions

## Setup

Download the package from the the **Unity Asset Store**. You need **Game Creator** installed first.&#x20;

Then, bring up the *Module Manager* by clicking on the Game Creator option in the toolbar and selecting `Module Manager`. Click the Finder for Game Creator Module **Enable** button.

{% hint style="danger" %}
This asset requires **Game Creator** and won't work without it. Don't attempt to extract the package inside the Plugins/ folder as it will throw errors.
{% endhint %}

## Update Procedure

The following steps show you how to update this module:

1\.    Import the new version from the package manager / builtin Unity Assetstore

2\.    Update the Finder in the Module Manager until it shows the latest version (you may have to click Update twice or thrice to register it properly)

3\.    Install the extensions you need either from the extension installer or the module manager

4\.    Go to the Module Manager and update the extensions to the latest version

This procedure is necessary for the Module Manager to register the updated version numbers and changes to the module manifests.

The following images show a typical update procedure:

#### &#x20;                                                                              Old version

![](/files/-MRZiKumWLPuvrRiKfYu)

#### &#x20;                                                                              New version

![](/files/-MRZiSeon6KXjqJiccl2)


---

# 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://docs.mitschmr-studios.io/finder/finder.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.
