FindObjectOfType for multiple Objects

Hi,

FindObjectOfType returns the first object it finds, whatever Unity defines as “first”. If you are looking for a specific Bliok object, FindObjectOfType might return the “wrong” object.

Is this what you wanted to know?


See also: