Cannot select objects in scene view

I am making a hex-tile based map. When clicking the tiles in scene view it selects the (0,0) tile in the map. When I click again it goes to the next one, (1,0) and click again the next one. I have no idea why.
I can click objects that are no where near the grid map, just not anything near it.

It’s as if something invisible is in between the camera and the grid, that I am clicking on instead.

118881-untitled2.png

Figured it out. I had switched the transforms of my gameObjects to RectTransforms. The width and height were both set to 100. When I set them to 1 it started working, I could select individual cells again… I must have been clicking on what was being represented with the rectTransform.