From 92977cec92ed056a11e78b4731b76770748a3de0 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:15:07 +0000 Subject: [PATCH] [Auto] [Update] Note that objects added to a group inherit common behaviors and variables --- automated_updates_data.json | 2 +- docs/gdevelop5/objects/object-groups/index.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 2e22d59783d..526fe7cf5a3 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "e8f39990f8c8e8cbf27e1ebbdd2e164e35ada0a7", + "last_automated_updates_commit": "bf8e571c4107deda2257385bcbc45ed9595814e9", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/objects/object-groups/index.md b/docs/gdevelop5/objects/object-groups/index.md index 6dd91687f30..b8194a78d17 100644 --- a/docs/gdevelop5/objects/object-groups/index.md +++ b/docs/gdevelop5/objects/object-groups/index.md @@ -26,6 +26,10 @@ To organize objects into a group: You can now use this group of objects in events. +!!! note + + When you add an object to a group, it automatically receives the behaviors and variables that the rest of the group has in common, if it doesn't already have them. This keeps the group usable as a single object in events. + ## Add variables to an object group A group of object does not have variables by itself. Rather, the variables of a group are displayed by finding all the common variables contained in all the objects of the group.