From 93543c9cc7b9b7b3526fd3eb2a0f6819cc6fee32 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Wed, 5 Jul 2023 12:06:39 -0700 Subject: Update the directory structure for the Android plugin addon The addon directory now contains two subfolders: - "addons//export": - should contain the editor plugin script and the editor export plugin script. as well as any binaries needed for export - `plugin.cfg` must point to the editor plugin script in this directory - must contain a `.gdignore` file to exclude this directory from the export process - "addons//interface": - optional directory - can contain helper gdscript files used by the project to interface with the functionality exposed by the plugin --- hello_signals/demo/addons/hello_signals_plugin/plugin.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hello_signals/demo/addons/hello_signals_plugin/plugin.cfg') diff --git a/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg b/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg index 8fb2c37..b32555f 100644 --- a/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg +++ b/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg @@ -4,4 +4,4 @@ name="Hello Signals plugin" description="Showcases how to package a sample Android plugin" author="Fredia Huya-Kouadio" version="" -script="hello_signals_plugin.gd" +script="export/hello_signals_editor_plugin.gd" -- cgit v1.2.3