Find Finds a GameObject by name and returns it.
FindGameObjectsWithTag Returns an array of active GameObjects tagged tag. Returns empty array if no GameObject was found.
FindWithTag Returns one active GameObject tagged tag. Returns null if no GameObject was found.