I think I mostly get this but wanted to confirm before I start moving to this functionality.
If I have an animation consisting of 10 50X50 cells and another animation consisting of 10 30x30 cells both of those can be put on to the same spritesheet correct? All of the cells in the spritesheet do not have to be the same size right? Do the cells within the same animation have to be the same size? Can the second animation's cell be on the first row of the spritesheet behind the cells for the first animation and then carry over to the second horizontal row?
I keep reading about the benefits of spritesheets but was unsure of how I need to chunk out the cells on the spritesheet. Getting different sized cells all evenly spaced has been tricky for me.