In 4.4 Android added immersive mode. Is there a way to enable that for a Unity game on Android?
2 Answers
2I 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
– meat5000Please check out my “Android Immersive Mode” plugin in the Asset store - Its FREE and simple to use.
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.
– supernat@Extrawurst awesome! Post it as an answer so I can mark it correct.
– Portaljackerdone Portaljacker ;)
– ExtrawurstNow it is ;)
– meat5000