Probably a bit late (6 years late), but for any people viewing this now,
You can do:
UnityEngine.Resources.FindAllObjectsOfType<"object type here">();
Just replace "object type here" with your object type (i.e. GameObject)
↧