It appears that it's not necessary for objects in the scene to have unique names; multiple objects can share the same name...
If I need a list of these objects, do I need to create a getObjectsByName method or is there an alternative way to achieve this?
Appreciate the help in advance