Is there a way to log all selected instances? Would be really helpful for debugging. Something like obj.picked which would return an array of the UIDs of picked objects. Currently we have pickedCount which is helpful but feels incomplete.
And I mean without using foreach, because that changes the logic.