This function only returns active GameObjects. If no GameObject with name can be found, null is returned. If name contains a ‘/’ character, it traverses the hierarchy like a path name.
GameObject.Find only returns enabled objects. establish a reference to the object, then enable it. As a general rule, never use GameObject.Find. it is slow and processer intensive.