A great way to help debug your game is to use Gizmos to visually represent empty game objects in your scene.
Check out BurgZergArcade's youtube channel with over 200+ unity tutorial videos.
When working with multiple duplicate game objects you may want use tags to uniqely identify a specific object. You can then use GameObject.FindGameObjectsWithTag to select that specific object in your scripts.