From 7288676096a72835affaf507c7d95cc1bbd6649b Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:50:47 +0000 Subject: [PATCH] [Auto] [Update] Document installing extensions from instruction search and auto-named function extraction --- automated_updates_data.json | 2 +- docs/gdevelop5/events/functions/extract-events/index.md | 2 +- docs/gdevelop5/extensions/search.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index b2d10e2b2e4..3301ca106bd 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "eabcf11f3558d2f6160c3eeaabf60cf161473223", + "last_automated_updates_commit": "bdac60a339ba95d92b4e719f4d158b1fadf444c3", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/events/functions/extract-events/index.md b/docs/gdevelop5/events/functions/extract-events/index.md index c3d530338dc..b9c69e6fb85 100644 --- a/docs/gdevelop5/events/functions/extract-events/index.md +++ b/docs/gdevelop5/events/functions/extract-events/index.md @@ -15,7 +15,7 @@ The first field ask you for the extension where the function must be stored. Rem This will allow then to share the extension and reuse it in other games with little to no changes. -You can either select an existing extension or enter the name of a new one - that will be created for you. +You can either select an existing extension or enter the name of a new one - that will be created for you. By default, a valid extension and function name are already suggested, so you can create the function right away and adjust the names if needed. Enter then the name of the function. Like the name of an extension, the name of a function is limited to alphanumerical characters (0-9, a-Z) and underscores. No spaces are allowed. diff --git a/docs/gdevelop5/extensions/search.md b/docs/gdevelop5/extensions/search.md index 11af98c53c1..201f9c26077 100644 --- a/docs/gdevelop5/extensions/search.md +++ b/docs/gdevelop5/extensions/search.md @@ -33,6 +33,10 @@ Click on **Install in project** to download the extension. You can see it is the ![](/gdevelop5/extensions/search/pasted/20230305-114754.png) +!!! tip + + You can also install an extension without leaving the events sheet: when searching for an action or a condition, results from extensions that are not yet installed are also shown. Choosing one of them offers to install its extension in the project straight away. + ## Use the new extension Once the extension is installed, you can usually: