Yes, I know it.
GameObjectA have A' component(script).
GameObjectB have this schematic.
Behavior I assume:
B's Search Objects find & store GameObjectA.
And, Call Function call A' component.
Actual behavior:
A' component script is not called.
Is there a good way to check the Gameobject Search Objects found?