Display status bar in android app using Unity

23 hours ago 1
ARTICLE AD BOX

I'm new to app development and using Unity 6.4 and its UI Toolkit for creating an android app.

I want my android app both to display the android status bar (on top) and the navigation bar (at the bottom), similar to this screenshot:

image

For the navigation bar, I found the correct setting in the player settings:

image

However I don’t know how to display the status bar. When searching online, I found some threads from previous Unity Versions saying that plugins are needed or alternatively scripts (which seem to be incompatible with Unity 6.4 and the newest android versions though).

Thank you very much for your help.

PS: I also asked this question in a Unity forum around half a year ago, unfortunately without a reply. So I hope it doesn't count as crossposting if I'm now asking here.

Read Entire Article