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/export_presets.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hello_signals/demo/export_presets.cfg') diff --git a/hello_signals/demo/export_presets.cfg b/hello_signals/demo/export_presets.cfg index fda6651..1d4cb1f 100644 --- a/hello_signals/demo/export_presets.cfg +++ b/hello_signals/demo/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="android/Hello Signals Plugin Demo.apk" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -39,9 +39,6 @@ launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -xr_features/hand_tracking=0 -xr_features/hand_tracking_frequency=0 -xr_features/passthrough=0 screen/immersive_mode=true screen/support_small=true screen/support_normal=true @@ -199,3 +196,6 @@ permissions/write_sms=false permissions/write_social_stream=false permissions/write_sync_settings=false permissions/write_user_dictionary=false +xr_features/hand_tracking=0 +xr_features/hand_tracking_frequency=0 +xr_features/passthrough=0 -- cgit v1.2.3