Godot 4.5: All the new features coming to the engine

  • Performance improvements with baker shader, physics optimizations, and SMAA support.
  • More native Linux thanks to Wayland subwindows, HiDPI icons, and SDL3 driver for gamepads.
  • Boosting the web with WebAssembly SIMD to speed up browser games.
  • Accessibility and tools: screen reader, translation preview, and script backtracing.

Godot 4.4-0

- Godot has released version 4.5 of its open-source, cross-platform game engine. This edition, available six months after the earlier version, incorporates new features focused on performance, accessibility, and the development experience that expand its reach across desktop, web, and devices. These include shader compilation optimizations, screen reader support, and window management improvements.

Those already working with Godot will find changes designed to shorten startup times, improve physical behavior, and make it easier to diagnose errors. There are also specific improvements for browser games thanks to SIMD in WebAssembly (WASM), which translates into a significant increase in performance.

Main new features in Godot 4.5

The release brings together new graphical capabilities, debugging utilities, and visual tweaks for modern interfaces; together, The goal is to streamline workflows and fine-tune image quality.

  • Stencil buffer for advanced rendering techniques.
  • Integrated screen reader which improves the accessibility of the editor and projects.
  • Shader baker to manage shader compilation and caching, reducing wait times at startup.
  • Improvements in physics oriented towards consistency and stability.
  • Script backtracing to trace calls and speed up error resolution.
  • Preview translations which facilitates localization during development.
  • Animation Player Updates for finer control.
  • HiDPI Icons with better sharpness on high-density screens.
  • Stacked effects on labels to enrich the presentation of text.
  • Native subwindows in Wayland that reinforce integration into Linux.
  • Input driver for SDL3 gamepads with updated support.
  • SMAA (anti-aliasing) to smooth edges at a moderate cost.

Performance and graphics

One of the most practical new features is the shader baker, which organizes the compilation and storage of shaders to mitigate time peaks and accelerate project startups. On the visual side, the arrival of SMAA expands the anti-aliasing options, while tweaks to the physics engine pursue more predictable behavior in complex scenes.

Linux and desktop

In Linux environments, Godot 4.5 deepens its native support with Wayland subwindows, which improves the management of interfaces and panels within the editor and in games that use this protocol. Also added icons in HiDPI for a more defined interface, and a SDL3 driver for gamepads that modernizes the input of commands.

Web and browsers

For those who compile the web, the activation of SIMD in WebAssembly (WASM) It represents a leap in performance in compatible browsers, allowing calculations to be executed in parallel and improve the fluidity of 2D and 3D games without drastic changes to the codebase.

Accessibility, localization, and workflow in Godot 4.5

The editor incorporates screen reader support, an important step to enable more people to work comfortably with the engine. Also included is a translation preview to iterate the localization directly in the environment, as well as script backtracing which makes it easier to track errors. On the UI side, the stacked effects on labels expand the aesthetic repertoire for texts, while the animation player receive quality of life adjustments.

Download and resources

Official builds and full changelog are available on the project website; you can find the installer and the latest information at GodotEngine.org and its news section, where they are extended all the new features in this version.

With this release, the engine strengthens its position as a free and cross-platform option, adding tangible improvements in performance, accessibility and platform support that benefit both new projects and those already underway.