Edit of asset "Android System Bar Color Changer" Accepted

Old/Current New/Edit
Title Android System Bar Color Changer
Description 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.
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.
Category Tools
License MIT
Repository Provider Custom
Repository Url https://github.com/syntaxerror247/godot-android-system-bar-color-changer
Issues Url https://github.com/syntaxerror247/godot-android-system-bar-color-changer/issues
Godot version Godot 4.2
Version String 1.1.0 1.1.0
Download Commit https://github.com/syntaxerror247/godot-android-system-bar-color-changer/releases/download/v1.1/SystemBarColorChanger-1.1.zip https://github.com/syntaxerror247/godot-android-system-bar-color-changer/releases/download/v1.1/SystemBarColorChanger-1.1.zip
Download Url (Computed) https://github.com/syntaxerror247/godot-android-system-bar-color-changer/releases/download/v1.1/SystemBarColorChanger-1.1.zip https://github.com/syntaxerror247/godot-android-system-bar-color-changer/releases/download/v1.1/SystemBarColorChanger-1.1.zip
Icon Url https://raw.githubusercontent.com/syntaxerror247/godot-android-system-bar-color-changer/main/plugin/demo/icon.png