Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

This Plugin enables to dynamically change the system bar colors (status bar and navigation bar) of your godot android app.How To Use:1. Turn on gradle build in your project2. Turn off immersive_mode in Android exprot present (to make system bar visible) and make sure to turn on plugin in project settings.3. Add SystemBarColorChanger node to your scene --> To change status bar color $SystemBarColorChanger.set_status_bar_color(color) --> To change navigation bar color $SystemBarColorChanger.set_navigation_bar_color(color) --> If you want to have light status bar eg. WHITE $SystemBarColorChanger.lightStatusBar = true --> If you want to have light navigation bar eg. WHITE $SystemBarColorChanger.lightNavigationBar = true4. Translucent System Bars --> To enable translucent system bars $SystemBarColorChanger.set_translucent_system_bars(true) --> To disable translucent system bars $SystemBarColorChanger.set_translucent_system_bars(false)Demo Project: https://github.com/syntaxerror247/godot-android-system-bar-color-changer/tree/main/plugin/demoIf you have any question or issue with the plugin feel free to submit an issue in its github repository.
This Plugin enables to dynamically change the system bar colors (status bar and navigation bar) of your godot android app.
How To Use:
1. Turn on gradle build in your project
2. Turn off immersive_mode in Android exprot present (to make system bar visible) and make sure to turn on plugin in project settings.
3. Add SystemBarColorChanger node to your scene
--> To change status bar color
$SystemBarColorChanger.set_status_bar_color(color)
--> To change navigation bar color
$SystemBarColorChanger.set_navigation_bar_color(color)
--> If you want to have light status bar eg. WHITE
$SystemBarColorChanger.lightStatusBar = true
--> If you want to have light navigation bar eg. WHITE
$SystemBarColorChanger.lightNavigationBar = true
4. Translucent System Bars
--> To enable translucent system bars
$SystemBarColorChanger.set_translucent_system_bars(true)
--> To disable translucent system bars
$SystemBarColorChanger.set_translucent_system_bars(false)
Demo Project: https://github.com/syntaxerror247/godot-android-system-bar-color-changer/tree/main/plugin/demo
If you have any question or issue with the plugin feel free to submit an issue in its github repository.
Reviews
Quick Information

This Plugin enables to dynamically change the system bar colors (status bar and navigation bar) of your godot android app.How To Use:1. Turn on gradle build in your project2. Turn off immersive_mode in Android exprot present (to make system bar visible) and make sure to turn on plugin in project settings.3. Add SystemBarColorChanger node to your scene --> To change status bar color $SystemBarColorChanger.set_status_bar_color(color) --> To change navigation bar color $SystemBarColorChanger.set_navigation_bar_color(color) --> If you want to have light status bar eg. WHITE $SystemBarColorChanger.lightStatusBar = true --> If you want to have light navigation bar eg. WHITE $SystemBarColorChanger.lightNavigationBar = true4. Translucent System Bars --> To enable translucent system bars $SystemBarColorChanger.set_translucent_system_bars(true) --> To disable translucent system bars $SystemBarColorChanger.set_translucent_system_bars(false)Demo Project: https://github.com/syntaxerror247/godot-android-system-bar-color-changer/tree/main/plugin/demoIf you have any question or issue with the plugin feel free to submit an issue in its github repository.