Immersive mode for android games?

In 4.4 Android added immersive mode. Is there a way to enable that for a Unity game on Android?

I don't know for certain, but that's fairly new, so I doubt Unity has added it to their lineup. You should put it in as a WishList in the forums. In the mean time, you can certainly write the native code for the setSystemUiVisibility() method in Java and then use the AndroidJNIHelper class to call the method.

@Extrawurst awesome! Post it as an answer so I can mark it correct.

done Portaljacker ;)

Now it is ;)

2 Answers

2

I wrote on how to do exactly that: http://www.extrawurst.org/blog11/2013/12/android-immersive-mode-and-unity3d/

I already did it dude :P (Converted) +1 too, for sharing some great work. No more moderation queue for you :D

Please check out my “Android Immersive Mode” plugin in the Asset store - Its FREE and simple to use.