I need to scale a button that uses the UIImageButton script down by 50%. I tried changing the scale on the transform and the numbers on the UISprite's height and width, but neither has an effect after I press play. Is there any way to do this?
Edit: I commented out all of the "target.MakePixelPerfect();" calls and it fixed the issue. Leaving this here in case anyone else tries the same thing.