Template for Plugin V1 Godot 3.x Android 0.9 Templates 3.2 Community
Submitted by user MedGasan; Apache-2.0; 2024-12-10
Preconfigured Template for Creating Android Plugins
Improvements:
- To define exportable methods, they only need to be public and contain the @GodotMethod annotation.
- The template automatically collects these methods and exposes them to the Engine.
- For now, signals are still defined in the initSignals() method.
- The plugin exposes the class name as the plugin name in getPluginName().
- Automatically generates the gdap file to start using the plugin right away.
View files Download Submit an issue Recent Edits