I recently switched to Physics2D and I noticed Collider2D doesn't offer a Bounds method. Likewise, now tk2dBaseSprite.GetBounds() doesn't work either.
The purpose of using Bounds was to get the center of the sprite, is there a workaround this? (I'm already using attach point so don't suggest that plz).