Software 44273 Published by

Godot 4.7 Dev 4 arrives just as contributors race to lock features before the final freeze, so these updates are likely set in stone. Rendering fans get what they want with nearest-neighbor scaling for 3D viewports that keeps pixel-art looking crisp without performance hits. Editor pain points like wasted inspector space and confusing drag-and-drop indicators finally see fixes to streamline the workflow. Power users should test this build immediately because some particle changes break compatibility to match documentation standards.



Godot 4.7 dev 4 delivers rendering updates and editor fixes before freeze

The latest drop of the Godot 4.7 dev 4 build arrives right as the team approaches feature freeze, meaning these changes are likely set in stone for the final release. Users will find significant updates to rendering scaling and editor layout efficiency that address long-standing complaints from power users. Testing this version now is crucial before the code hardens into a stable branch.

Rendering improvements for pixel art fans in Godot 4.7 dev 4

Nearest-neighbor scaling finally lands in the 3D viewport after nearly three years of development work by Hugo Locurcio. This change ensures titles with pixel-art aesthetics or lower resolution scaling look crisp without any compromise to performance. Anyone who has tried to render retro-style graphics on a high DPI display knows how frustrating bilinear filtering can be for maintaining that blocky aesthetic. The visual difference is stark when comparing the new behavior against the older default, which often blurred textures unnecessarily during runtime.

Editor tweaks that actually fix workflow pain points

The inspector now handles array properties better since Tomasz Chabora removed the default offset of 0.5 which wasted negative space in the interface. A new custom_maximum_size property allows fine-tuning of GUI element sizes to their full potential for Enzo Novoselic's contribution. Drag and drop in the Tree view also gets an upgrade with a vertical indicator showing the parental chain during operations. Vector design software users will find this approach familiar when determining parent nodes via cursor position logic within indent spaces.

There are other updates worth noting beyond the main features, including folding support for the Visual Profiler tree and type filters added to the create dialog. Platform specific work continues with Android allowing Java interface implementation from GDScript and Windows implementing OneCore TTS support without dependencies. The team also addressed a compatibility-breaking particle fix that aligns angular velocity behavior with long-standing documentation standards.

Dev snapshot: Godot 4.7 dev 4

Howdy, neighbor!

Dev snapshot: Godot 4.7 dev 4 – Godot Engine

Keep testing those builds if you plan to rely on any of these new features for your upcoming projects.