https://github.com/code-forge-temple/godot-android-plugin-v2
Godot 4 Android plugin example with Java, C#, and GDScript — integrate native Android features into your Godot games.
https://github.com/code-forge-temple/godot-android-plugin-v2
android android-development android-studio csharp game-development gamedev gdscript godot godot-android godot-android-plugin-v2 godot-plugin godot4 godotengine indie-game-dev java mobile-development open-source
Last synced: 24 days ago
JSON representation
Godot 4 Android plugin example with Java, C#, and GDScript — integrate native Android features into your Godot games.
- Host: GitHub
- URL: https://github.com/code-forge-temple/godot-android-plugin-v2
- Owner: code-forge-temple
- License: gpl-3.0
- Created: 2024-12-24T22:20:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-16T15:12:16.000Z (9 months ago)
- Last Synced: 2025-09-05T00:46:38.290Z (9 months ago)
- Topics: android, android-development, android-studio, csharp, game-development, gamedev, gdscript, godot, godot-android, godot-android-plugin-v2, godot-plugin, godot4, godotengine, indie-game-dev, java, mobile-development, open-source
- Language: C#
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot Android Plugin V2
This repository contains two projects that demonstrate how to build and integrate an Android plugin with Godot 4.x:
- `MyGodotPlugin`: This is the Android project that implements the Android plugin. It includes the necessary configurations and code to create a plugin that can be used within the Godot engine.
- `AndroidPluginInterface`: A Godot 4 project that integrates the plugin. It includes examples in both C# and GDScript to show how to interact with the plugin from your game.
## Tutorial Video
📺 Full walkthrough available on YouTube:
[
](https://www.youtube.com/watch?v=BCidg2aCXWc)
The video demonstrates the C# integration step by step.
The repository additionally provides equivalent GDScript examples.
>Notes
>- Remember to update the `TODO` sections in the code when adapting for your own project.
>- The repo demonstrates minimal setup; you can extend the plugin to access native Android APIs such as sensors, ads, or system services.
## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more details.