blob: 2c01e95b08c8c986e4dabe4945020ae72e40bf37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Hello Signals plugin
Showcases how to build a Godot Android plugin which is invoked from gdscript and emit signals
from the java logic.
### Building the Hello Signals plugin
Use the following commands to build the plugin:
```
cd Godot-Android-Samples
./gradlew :plugins:hello_signals:assemble
```
The generated artifact can be found under [`demo/addons`](demo/addons).
### Usage
Open the [`demo`](demo) project in the Godot Editor
|