# Search panel

At the top left there is a search panel which takes three inputs (see image below):

#### <mark style="color:yellow;">Module</mark>

Choose the module in which the Game Object you are searching for is located (most of the time is Assembly-CSharp, but it can vary from game to game, e.g. "Sons" module for most gameobjects in SonsOfTheForest).

#### <mark style="color:yellow;">Namespace</mark>

Namespace field is an optional one used if you want to search a Game Object in a defined namespace or all the Game Objects in that namespace. Leaving it blank will search in all namespaces of the chosen module.

#### <mark style="color:yellow;">Game Object</mark>

Here you can specify a Game Object to search (which must be in the chosen module and, if declared, in the defined namespace). Leaving it blank will search all the Game Objects in the chosen module and namespace.

{% hint style="info" %}
Only active Game Objects will be found
{% endhint %}

{% hint style="warning" %}
Searching all Game Objects in a chosen module sometime may result in a crash if a lot of Game Objects are found (don't know why)
{% endhint %}

<div align="left" data-full-width="false"><figure><img src="https://1744637135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK4tYY1TXReIPPmuyxgdc%2Fuploads%2FKLTsQeF5nuMIAqMZS8q8%2FSearch%20panel.png?alt=media&#x26;token=eb9b777c-66c7-448f-a1ec-5c3ec5da8a46" alt=""><figcaption><p>Search panel</p></figcaption></figure></div>
