From 888c4a1d966800d7dba30e7bf8185d7c688404fa Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:29:52 +0000 Subject: [PATCH] [Auto] [Update] Document object multi-selection and the "F" focus-on-selection shortcut in the Scene Editor --- automated_updates_data.json | 2 +- docs/gdevelop5/interface/scene-editor/index.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 88dd158d37..41a8324adc 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "7902b7ffb6c673b0ef13f5a23b85ce339cf6de40", + "last_automated_updates_commit": "efd861326951c296d676c3323ec89c33939554bd", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/interface/scene-editor/index.md b/docs/gdevelop5/interface/scene-editor/index.md index 3522d35d1d..31a6ce00ac 100644 --- a/docs/gdevelop5/interface/scene-editor/index.md +++ b/docs/gdevelop5/interface/scene-editor/index.md @@ -23,6 +23,8 @@ If you close the Object Panel, you can reopen it by using this button on the too ![](/gdevelop5/interface/scene-editor/pasted/20230307-152850.png) +You can select several objects at once to move, delete or duplicate them together: hold **Ctrl** (or **Cmd** on macOS) while clicking to add or remove individual objects, or hold **Shift** to select a whole range. + Read about all [the features available and the objects types](/gdevelop5/objects) to learn more about the different kinds of objects you can use in your game. ## Instance Properties panel @@ -119,6 +121,10 @@ By clicking the grid button in the toolbar, you get multiple options: By clicking on the zoom button, you can change the zoom level inside the scene editor: ![](/gdevelop5/interface/scene-editor/pasted/20230307-154849.png) + +!!! tip + + Press **F** to focus the view on the currently selected instances. ## Launch a preview of the scene By clicking on the "Preview" button, you can launch a preview of your game.