For example this sprite: https://elthen.itch.io/2d-pixel-art-minotaur-sprites
When attempting to slice the spritesheet automatically or “Grid by cell size”, I did not know if I should slice the spritesheet by 16x16, 32x32, or 64x64. Is there a convenient or more efficient way to determine how to slice a spritesheet? Especially if the spritesheet was just downloaded as an asset?
Currently I try trial and error and just look in the comments of where I downloaded the sprite to determine how to slice the sprite sheet. There has to be a better way than this