unity-tidbits
unity-tidbits copied to clipboard
Small C# code to help in Unity development
The status bar is over the content, I tried to change the Screen Size but dont take effect! I'm using https://github.com/Over17/UnityShowAndroidStatusBar/tree/master now and the problem is resolved.
Whenever I set anything about the status bar in ApplicationChrome, the navigation bar also becomes visible. I found out that this line was doing it, removing it solved the problem:...
Hi, I'm trying to use the ApplicationChrome class to customize my company's app, but since the app has entirely white backgrounds, including its header, my status bar text (and icons)...
Add ability to set `VIEW_SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR` (API 26) and `VIEW_SYSTEM_UI_FLAG_LIGHT_STATUS_BAR` (API 23). Both flags are deprecated in API 30 ([source](https://developer.android.com/reference/android/view/View#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR), [source](https://developer.android.com/reference/android/view/View#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR)). Other small changes in `ApplicationChrome.cs`: - *Unfold* comments and some...