how to find all GameObject (same).
FindObjectOfType() - its good work if u need only one GameObject with this Script. But how it
s work if on the scene u have a lot of (from prefab)?
It is possible to create an array or list like a var = FindObjectOfType() ?