I've got a Tilemap object that uses rather large tiles. An individual tile does not exceed the 2048 pixel limit, but the entire image that I import into the Tilemap object does, hence I got the warning message. So... does this qualify as "cut it into tiles" or is it going to be a problem?
I.e. Should I quit testing the limits and using giant layouts and tilemaps?