Hi, do GetBounds() and GetUntrimmedBounds() return the width and height of a sprite before or after the camera scales things? Or neither? I am using the tk2d camera and I have native resolution set to 1136x640 with a resolution override with wdith and height set to -1, Auto Scale set to Fit Visible and Fit Mode set to Center.
After inspecting the output of these functions on a sprite that is 352 x 107 pixels. here is what is returned: 'Center: (624.8, 189.9, 0.0), Extents: (624.8, 189.9, 0.0)' . I am a bit confused! I see the proportion is about 1.75 of the actual sprite's dimensions. Is there any significance to this number? I just need to get the pixel dimensions of the sprite after scaling has occurred so I can position them relatively within the viewport. Any suggestions? Thanks!