> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Godot 4.5 Release Brings Accessibility Features, Shader Baker, and Stencil Buffer Support
- URL: https://itsfoss.com/news/godot-4-5-release/
- Published: 2025-09-17T10:40:51.000Z
- Updated: 2025-09-17T12:13:42.000Z
- Description: A fresh Godot release for you to go through.
- Author: Sourav Rudra
- Tags: Application Releases, News, #Import 2025-11-08 21:15

[Godot](https://godotengine.org/?ref=itsfoss.com) is a free and open source game engine that has earned its spot among indie game developers and hobbyists by providing a lightweight design, ease of use, and a flexible scene system. It supports both 2D and 3D game development across multiple platforms.

After months of development and testing, the Godot team has released [Godot 4.5](https://godotengine.org/releases/4.5/?ref=itsfoss.com), a stable version that focuses on accessibility, performance, and workflow improvements.

## 🆕 Godot 4.5: What's New?

![the about dialog is open on godot 4.5, with a new game project open in the background](https://itsfoss.com/content/images/2025/09/godot-4-5-about-dialog.png)

Godot 4.5 introduces plenty of improved accessibility and workflow features. It introduces **partial screen reader support** through [AccessKit](https://accesskit.dev/?ref=itsfoss.com), covering *Control* nodes, Project Manager, inspector, and standard UI nodes. This should make Godot more accessible to visually impaired users.

Then there is the newly added **Stencil Buffer** (*shown below*) support that enables masking geometry and creating holes in 3D scenes. Developers can use it with shaders and meshes to produce advanced visual effects, previously difficult to implement efficiently.

**Source: Godot*

If you have ever come across an extra loading screen when firing up a game that says "*shader compilation*," then you will appreciate the **Shader Baker** in Godot 4.5, which pre-compiles shaders during export to reduce stutter.

There's also a major upgrade on the 2D side of things, with **Chunked Tilemap Physics** that merges collision shapes in Tilemaps. Large maps now require fewer physics calculations, improving performance and making 2D gameplay smoother.

**Source: Godot*

We wrap this section with **the Editor changes**, which now allow language switching without restarting. This improves workflow for developers testing localization and working with multiple languages in the editor.

Additional updates include a mute game toggle and a togglable inspector, giving more control over gameplay preview and resource inspection without having to navigate multiple menus.

### 🛠️ Other Changes & Improvements

You cannot miss these other notable changes:

- On the Web Editor, Godot now supports WebAssembly SIMD for better performance.
- In the GUI department, Godot adds a new `FoldableContainer` node and support for stacked layers of effects.
- On Android, Godot now supports 16 KB pages, edge-to-edge display, and accessing the device’s raw camera feed.
- On Linux, there is now native Wayland sub-window support, allowing Godot to create new independent windows on Wayland sessions.

If you want to delve deeper into this release, you should go through the [changelog](https://github.com/godotengine/godot/blob/4.5-stable/CHANGELOG.md?ref=itsfoss.com).

## 📥 Get Godot 4.5

This release of Godot is available on the [official website](https://godotengine.org/download/?ref=itsfoss.com) and [GitHub](https://github.com/godotengine/godot-builds/releases/tag/4.5-stable?ref=itsfoss.com) for platforms like **Linux**, **Android**, **macOS**, and **Windows**. A separate [Web Editor](https://editor.godotengine.org/releases/4.5.stable/godot.editor.html?ref=itsfoss.com) is also provided, allowing you to use Godot directly in your browser without installation.

[Godot 4.5](https://github.com/godotengine/godot-builds/releases/tag/4.5-stable?ref=itsfoss.com)

**For existing users**, there is a [migration guide](https://docs.godotengine.org/en/4.5/tutorials/migrating/upgrading%5Fto%5Fgodot%5F4.5.html?ref=itsfoss.com) available to help transition projects from earlier 4.x versions to Godot 4.5.

Since this release introduces changes in areas like physics, rendering, and scripting, **checking out the guide before upgrading is strongly recommended** to avoid unexpected issues.