#endif
#if UNITY_IOS
_devicePixelRatioByDefault = DisplayMetrics.IOSDeviceScaleFactor();
_devicePixelRatioByDefault = IOSDeviceScaleFactor();
if (_devicePixelRatioByDefault <= 0) {