Special Search is a tool for Unity Editor that gives more ways to search the game object.
-
Search with GameObject name and it selects those gameobjects.
-
Search with GameObject and Component name and it selects all GameObjects that have the component.
-
Search with GameObject name, Component name and with a specific value of the variable and this Special Search will select the game that meets your condition.
-
int, float, bool, string can be searched now.
-
Add ">" between the gameobject name, component name, variable name and value.
-
Example :- "GameObjectName>ComponentName>VariableName>Value" (like this) DemoName>SpecialSearchDemoScript>demoInt>9
-
Component and Variable names are case sensitive.
-
To open "Special Search" window click Red Labs Games->Special Search->Special Search.