Search panel
Last updated
Last updated
At the top left there is a search panel which takes three inputs (see image below):
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).
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.
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.
Only active Game Objects will be found
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)