Godot 4.8 Dev 5 Released With Mip-Level Texture Streaming and Linux GameMode Integration

The Godot Engine team has released the 4.8 developer snapshot 5, featuring highly anticipated additions such as mip-level texture streaming, alpha test coverage improvements, and Feral GameMode integration for Linux.

Godot Engine interface showing development snapshot features
Image source: Godot Engine Blog

The Godot Engine team has launched the fifth development snapshot for Godot 4.8, marking one of the final preview releases before the cycle enters its feature freeze. Contributors have introduced several long-awaited additions to the open-source engine, focusing heavily on rendering efficiency, editor clarity, and platform integration.

A primary highlight in this release is mip-level texture streaming, implemented by Trevor Davenport. This system allows the engine to dynamically load and unload images based on a camera's relative position. By loading only the necessary mipmap of a texture rather than the full-resolution asset, 3D titles with large open worlds can achieve a significant reduction in VRAM requirements. Developers can enable this feature within project settings and manage runtime changes through the TextureStreaming singleton, alongside per-texture import overrides for minimum and maximum resolutions.

Texture workflows also receive an update regarding material shaders. Kasper Arnklit Frandsen contributed a fix to preserve alpha test coverage. This prevents specific material shaders, such as alpha scissor, from overfiltering and dissolving away at long distances due to mipmap usage, maintaining alpha data when falling back to scaled-down equivalents.

Editor usability sees improvements led by Jayden Sipe, who overhauled the 2D toolbar to match the design philosophy of the game view toolbar. Additional updates include the integration of Feral GameMode on Linux, core memory optimizations that save approximately 12 megabytes of runtime RAM by simplifying GDType, and the addition of Information and Frame Time panels inside the 2D editor. The release includes 183 fixes contributed by 78 developers.

Further reading

Sources

  1. Godot Engine BlogOfficial source · recorded Sep 10, 2026
    Dev snapshot: Godot 4.8 dev 5