blob: a6c39e85bab741163f55c3891d935fccc52b9d5c (
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`](src/main/assets/addons).
### Usage
Open the [`demo`](demo) project in the Godot Editor
|