Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: kloseliebej on March 15, 2017, 03:03:17 PM

Title: Screen flickering on examples
Post by: kloseliebej on March 15, 2017, 03:03:17 PM
I am using a mac, with unity 5.4.3, and NGUI 3.11.2. I am trying out the examples and play them. But found out that on all examples (except 2,3,4,5,6,8), the screen will flash, that is to say, when you click on anywhere on the screen, the UI items will become big and then go back to normal size in a short time. The other functionalities seem to work fine, but with the screen flashing it is very hard to see what objects you are operating with. Appreciate any help! Thank you!
Title: Re: Screen flickering on examples
Post by: kloseliebej on March 15, 2017, 03:24:16 PM
Here is a video on youtube I make. If things are not very clear in words. https://youtu.be/wF4QGWaVjts
Title: Re: Screen flickering on examples
Post by: ArenMook on March 15, 2017, 04:08:09 PM
It's a Unity editor OSX retina screen bug. Look in NGUITools.cs line 1985, NGUITools.screenSize property. Uncomment that section and the issue will be gone, but another will be introduced. If it works for you with the part uncommented, just use it.
Title: Re: Screen flickering on examples
Post by: MigrantP on March 15, 2017, 04:19:56 PM
I had the same retina scale issue and it went away when I updated to Unity 5.5.2.
Title: Re: Screen flickering on examples
Post by: kloseliebej on March 15, 2017, 04:37:24 PM
Thank you for all help! I updated unity to 5.5.2 and it works out!