oddgames / UIToolkit

Single draw call UI solution for Unity with multi resolution support and more.
517 stars 153 forks source link

UIRelative - pixelFrom/to doesn't work anymore #118

Open mrKaizen opened 12 years ago

mrKaizen commented 12 years ago

Hi, I saw that any methods of the new version of the UIRelative class that contains "Pixel" doesn't work anymore - yPixelFrom/to and xPixelFrom/to.

The old one calculates the value based on Screen dimension, the new one does nothing like this.

Is it me, or is it just broken?