Author Topic: Problems with Status Bar  (Read 2477 times)

djemix

  • Guest
Problems with Status Bar
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Problems with Status Bar
« Reply #1 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.

sevenHumen

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Re: Problems with Status Bar
« Reply #2 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