From 12c5e79c2663b6e1ea76f3f344008479384804da Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Sat, 4 Apr 2026 08:22:46 +0000 Subject: [PATCH] [Auto] [Update] Document custom icons for behaviors and objects in extensions --- automated_updates_data.json | 2 +- docs/gdevelop5/extensions/share-extension.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 80568805d6..5d10738e84 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "d424424ac335489343f02e6a120ac3f5b76140ac", + "last_automated_updates_commit": "0f7447feb4f2bba308765990be1d273a7329c765", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/extensions/share-extension.md b/docs/gdevelop5/extensions/share-extension.md index e22e147824..0d94e7f6a4 100644 --- a/docs/gdevelop5/extensions/share-extension.md +++ b/docs/gdevelop5/extensions/share-extension.md @@ -25,6 +25,8 @@ Fill all the fields, in particular, the name and the descriptions of your extens * *Author* is your username. An account will have to be registered and a proper username will be needed to be able to add the username. Type the username and pick the username from the drop-down menu * *Dimension* indicates whether the extension works in **2D**, **3D**, **2D/3D**, or is not applicable to a specific dimension. Set this to help users quickly identify compatibility. +Once the extension has an icon, individual **behaviors** and **custom objects** within the extension can each be given their own icon. Open the behavior or custom object configuration panel and use the **Icon URL** field to pick a different SVG icon from the resource store. This lets each behavior or object stand out with a distinct icon in the editor. + #### Ensure your extension follow the best practices Read the [best practices for extensions](/gdevelop5/extensions/best-practices) here.