Lundira
Lundira

Reputation: 179

Unity3d show status bar

I using Unity3d 5.4, i am building an app for Android 4.4+

I tried to show the status bar with

Screen.fullscreen = false;

however only the navigation bar is shown

Upvotes: 4

Views: 8166

Answers (1)

Nimp
Nimp

Reputation: 471

It seems that since Unity 5.3 the "hide status bar" option is not anymore available.

However, after a quick search, solutions exist, here is a gitHub project who seems to solve your problem.

Original post with more informations about this and different solutions discussed here.

Upvotes: 1

Related Questions