It would be useful if we could use
Vector2Int
and
Vector3Int
. These are like
Vector2
and
Vector3
, but for ints instead of floats.
They're very useful for Vector math that doesn't involve floats, or for arranging things in a 2D or 3D grid.