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 allows you to access the battery temperature of android devices.
Godot-Android-Battery-Temperature-Plugin-4.2
Android plugin for Godot used to access the battery temperature of android devices. It should work on Godot versions 4.2+ but it has only been tested in version 4.5.1 and 4.2
How to use it
Copy the GDBatteryTemp folder into the addons folder of your Godot project.
Activate the plugin in the project settings.
Add a new node and select GodotAndroidBatteryTemperature.
On the GodotAndroidBatteryTemperature node you will be able to call the get_battery_temperature() method, it will return the battery temperature
If you are exporting the project to android remember to enable gradle build otherwise the plugin won't work.
There is also a demo project avaiable if you want to test the plugin, you can find it in the "Godot Android battery temperature plugin demo project" folder. Feel free to open an issue if there is something wrong or if the plugin doesn't work on a specific godot version.
This plugin allows you to access the battery temperature of android devices.
Reviews
Quick Information
This plugin allows you to access the battery temperature of android devices.