I just want to get each position of a BoundsInt in a Vector2Int array. So I used to while loops to iterate from the yMin coordinate to the yMax and from xMin to xMax. The green tiles in the picture are the positions added to the array which apparently is only the yMin one. The blue ones are just the min and max points for measure (That’s why there is the -5 and -3 included). Clearly it doesn’t go through every position but why?