1. Consider this:

    Code:
    var collectibles = Resources.FindObjectsOfTypeAll<CollectibleEntity>();
    In that list, I get both elements that are actually on the map and the "models" for these items, the ones that are cloned to create the others.

    How to I tell them apart reliably?