Hi, so I’m working on a 2d pixel art style farming game which, obviously, has animations to dig/water the soil and all the usual ones. I’m using super simple stuff, just animations that swap one sprite for another (no bones, no rigging, no anything fancy). When testing these on the editor they work perfectly fine, but as soon as I make a build they become all sorts of messed up: sometimes they show up cropped, other times desyncronized (the player’s hair will be way off to the right of the player’s body), other times just shifted to the left or right.
Upon some googling, I did see a few people having similar things happen to them and saying it might be a Unity 6 thing (since downgrading to 2021 helped for some of them). I really would like to keep using Unity 6 if possible, is there a way to fix this? Do we know if it’s fixed in newer versions or when it will be fixed?