Download Latest Version 5.6.276 source code.zip (62.6 MB)
Email in envelope

Get an email when there's a new version of GDevelop

Home / v5.6.275
Name Modified Size InfoDownloads / Week
Parent folder
latest-mac.yml 2026-07-28 534 Bytes
latest.yml 2026-07-28 355 Bytes
GDevelop-5-Setup-5.6.275.exe.blockmap 2026-07-28 155.9 kB
latest-linux-arm64.yml 2026-07-28 547 Bytes
latest-linux.yml 2026-07-28 535 Bytes
GDevelop-5-Setup-5.6.275.exe 2026-07-28 148.8 MB
GDevelop-5-5.6.275.AppImage 2026-07-28 204.8 MB
GDevelop-5-5.6.275-universal.dmg.blockmap 2026-07-28 287.3 kB
GDevelop-5-5.6.275-win.zip 2026-07-28 199.0 MB
GDevelop-5-5.6.275-universal.dmg 2026-07-28 276.3 MB
GDevelop-5-5.6.275-universal-mac.zip 2026-07-28 266.3 MB
GDevelop-5-5.6.275-linux.zip 2026-07-28 195.0 MB
GDevelop-5-5.6.275-arm64.AppImage 2026-07-28 205.1 MB
5.6.275 source code.tar.gz 2026-07-28 59.6 MB
5.6.275 source code.zip 2026-07-28 62.6 MB
README.md 2026-07-28 4.0 kB
Totals: 16 Items   1.6 GB 0

💝 Improvements

  • Improve object list, project manager and other lists by having top header sticky, including sub-folders. This is helpful for large games when having a lot of objects in different folders for example.

https://github.com/user-attachments/assets/5d40d051-168c-4518-80fd-6ab1be85d8d7 https://github.com/user-attachments/assets/d2400fd2-801b-44f6-9ac0-d4559ef7608c

  • Improve sprite editor performance, especially when having a lot of animations.
  • UI improvements:
  • Focus the closest tab when a tab is closed, instead of the home tab.
  • Collapsed sections in the side panel are now saved and persisted between usages.
  • Tilemap improvements:
  • Optimize tile map trimming. It avoids to scan all the tiles when scanning just a few rows and column is often enough (only 2 tiles in the best case scenario).
  • Allow to edit external tile maps at runtime
  • Add support for the latest Android version 16 (API 36) for Google Play exports.
  • Also mention the Android file format ".AAB" in the Android export dialog (thanks @Bouh)

🐛 Bug fixes

  • Fix double menu opening when right clicking in event sheet or animation thumbnails
  • Fix importation of extensions with dependency between them
  • Fix not encoding urls properly, leading to resources not loaded on mobile apps
  • This was causing some resources not to be loaded properly when the game was exported to Android, following the update to Android 16 (API 36)
  • Fix variable parameter "add or edit" auto-completions: "Add or edit" options for variables, properties and parameter were wrongly always displayed.
  • Fix 3D boxes not reacting to light in the 2D editor
  • Fix context menus for custom objects not opening properly on mobile
  • Fix scroll of animations list on mobile/touch screens

⚙️ Extensions

  • [Experimental] [3D text] Upgrade to troika-three-text 0.52.4
  • [Reviewed] [Shadow clones] Add an emitter behavior

🎨 Assets

🕹 Examples

🛠 Internal changes (for developers)

  • Run CLI commands in the live editor when the project is already open (Thanks @malec-palec!) CLI commands with --run-command used to always start a separate headless process, even when the target project was already open in the editor. They now goes to the live window so results (for example imported extensions) appear in memory right away, without reopening the project.
  • Add support for experimental script-based agents. This, and the previous point, are stepping stones toward allowing to run scripts and commands through the command line to control the editor and edit the game projects.
  • Add test projects for the documentation
  • Enhance CLI export behavior with diagnostic error handling (thanks @ViktorVovk!):
  • Added flags --block-on-diagnostic-errors and --no-block-on-diagnostic-errors to control export behavior based on project diagnostic errors.
  • Also modified recent project handling to exclude headless CLI commands from the recent projects list.
  • Update all examples legacy actions/conditions to internal new names
Source: README.md, updated 2026-07-28