1
NGUI 3 Support / Re: 2D UI Zooming on click
« on: February 17, 2017, 04:54:18 AM »
OK forget what I said earlier, it was already commented out in this version 3.11.1 - if I re-enable it all it's better
- #if UNITY_EDITOR_OSX
- // There seems to be a Unity 5.4 bug that returns invalid screen size when the mouse is clicked (wtf?) on OSX
- if (mGameSize.x == 1f && mGameSize.y == 1f) mGameSize = s_GetSizeOfMainGameView();
- #else
- mGameSize = s_GetSizeOfMainGameView();
- #endif