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!
Keep testing those builds if you plan to rely on any of these new features for your upcoming projects.
