Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: djemix on November 28, 2013, 08:33:39 AM

Title: Problems with Status Bar
Post by: djemix on November 28, 2013, 08:33:39 AM
Hello!

I have a problem when I deactivate Status Bar Hidden in Settings for Android, I would like to see the status bar in the application.

The problem is It seems that the colliders of the buttons are higher than they are. Then, when I touch a button, don't do the click event.

What can I do?
Title: Re: Problems with Status Bar
Post by: ArenMook on November 28, 2013, 02:43:48 PM
I'm not sure what status bar you're talking about. Android OS UI will always be on top of Unity, never behind. If you created your own status bar using NGUI, put it on a separate panel, and bring that panel's depth forward so that it's on top of everything else.
Title: Re: Problems with Status Bar
Post by: sevenHumen on March 26, 2014, 08:59:41 PM
I have encountered this problem too,when I deactivate Status Bar Hidden in Settings for Android,all the colliders work incorrect,it seems like that all the GameObjects move down in order to show the android status bar add on,but all the colliders still in the original place,so that when you hit the button ,it doesn't work,but hit upper a litter,it can works