I've got a Mecanim-based character that follows a sorting map. Sorting map is set up according to the video 2D game tutorial. I start with the scale of 100%, then go down to 50%.
I'd also checked "Edit-mode Preview" option to, well, preview the changes I make to my markers.
The problem is - both layer order and scale change perfectly in edit-mode, but when I enter play-mode, scale remains the same no matter what. We use Spine to animate our characters, so every character has SkeletonData with the default scale (1, which makes the character far too big, so we set it to 0.004). I tried searching the forums and this Q&A for possible solutions, but no luck so far.
Comments