Godot 4.7 dev 3 released with better GUI controls and vertex snapping
The third development snapshot for the upcoming Godot 4.7 release has arrived with significant updates to interface handling and debugging tools. Users will find that Godot 4.7 dev 3 introduces transform offsets for Control nodes and a dedicated search feature within popups to streamline workflow. This build prioritizes usability fixes over new rendering features, though HDR support expands to Linux users as well.
Godot 4.7 dev 3 fixes long standing GUI layout issues
The most visible change in this snapshot involves the GUI system where Control nodes can now carry transform offsets without being overwritten by containers. Previously any rotation or scaling applied to a child node would vanish once the parent container recalculated its layout, making animations inconsistent and frustrating for anyone trying to build polished interfaces. This new offset property functions similarly to CSS transforms so developers can create smooth entrance effects for buttons without worrying about the underlying grid system interfering with their work. The inspector now displays transform offsets with a gray dotted rectangle to indicate where the visual bounding box sits compared to the actual input area. Developers often struggle with hover states disappearing after animation, but this update ensures the offset remains purely visual by default so mouse interaction stays reliable during transitions.
Vertex snapping and remote view changes in Godot 4.7 dev 3
Level designers will appreciate the addition of vertex snapping to the 3D editor which allows selection points to lock onto nearby geometry during placement. Holding the B key activates a cursor that turns yellow when near a vertex and green once it detects a valid snap point, helping ensure assets connect cleanly without gaps in the terrain or structures. This feature behaves slightly differently depending on whether the node has a mesh representation since some objects like markers do not have geometry to snap against directly. Debugging projects running in remote views also becomes easier because the scene tree now displays class names alongside Object IDs instead of generic identifiers. Long time users remember when trying to track down an issue required matching anonymous object numbers across different windows but this change brings immediate clarity to the debugging process without needing external documentation.
Android support sees some practical improvements with picture-in-picture mode and orientation changes in the script editor for handheld development. Picture-in-picture allows apps to run as a small window pinned to the corner of the screen which works well for idle games or cutscenes that do not require constant input. The ability to switch to portrait mode while typing on an Android device reduces eye strain when using virtual keyboards but requires distraction-free mode to be active first. Linux users can finally take advantage of HDR output support when running projects through Wayland, following similar updates made earlier for Windows and Apple platforms.
Dev snapshot: Godot 4.7 dev 3
A snapshot that will transform the way you design GUIs in Godot.
