Software 44382 Published by

Godot 4.6.3 RC2 arrives with a focused set of regression fixes targeting editor stability and cross-platform quirks. The update resolves the GridMap selection lock, corrects mouse wheel zoom behavior, and patches Wayland clipboard history tracking to prevent pasted content from vanishing or duplicating. Interface polish includes sharper inspector icons, fixed right-click focus stealing, and improved layout dialog reliability for smoother scene assembly. Backend adjustments also clean up GDScript LSP errors, add a toggle for legacy volumetric fog blending, and ensure LightmapGI settings apply correctly in compatibility mode before the final release drops.



Godot 4.6.3 RC2 Fixes Editor Glitches and Wayland Clipboard Bugs Before Final Release

The second release candidate for Godot 4.6.3 drops today with a focused set of regression fixes that target the exact editor hiccups developers complain about most. This update patches GridMap selection locks, cleans up Wayland clipboard behavior, and resolves several rendering quirks that have been slowing down scene assembly. Anyone testing Godot 4.6.3 RC2 or planning to upgrade their workflow should review what changed before committing to a stable build.

Why the GridMap and Viewport Tweaks Matter for Godot 4.6.3 RC2 Users

The 3D viewport selection bug that locks up when editing a GridMap has been a persistent headache for level designers trying to iterate quickly. When the editor freezes mid-edit, it usually means the underlying selection state gets out of sync with the scene tree, forcing developers to restart the application just to continue working. This release corrects that desync and also fixes the mouse wheel zoom behavior that previously scrolled contents instead of adjusting the camera distance. The darker axis lines on Marker3D gizmos were another visual annoyance that made spatial orientation harder to read during late night debugging sessions. These changes might look minor on paper, but they directly impact how smoothly a developer can navigate complex scenes without fighting the interface.

Editor Layout and Interface Polish

The editor layout dialog received fixes that prevent resource gather repeats and clean up visual separation in the FileSystem dock when positioned at the bottom of the screen. Blurry icons in the inspector object selector have also been corrected, which matters more than it sounds because developers constantly scan those thumbnails to verify node types during rapid prototyping. Right clicking an item in the filesystem now properly handles focus states instead of randomly stealing attention from active panels. The keying state update fix for sub-inspectors resolves a timing issue that previously caused animation tracks to misalign when tweaking nested properties. These interface adjustments keep the workflow predictable, which is exactly what you want when chasing down a stubborn bug in production code.

Backend Stability and Platform Quirks

GDScript developers will notice fixes for LSP test link errors when websockets are disabled, along with a pattern guard warning correction that prevents false positives during static analysis. The Wayland platform updates unify clipboard sending code and fix history tracking on subsequent copy operations, which solves the frustrating issue of pasted content vanishing or duplicating across applications. Rendering adjustments include a project setting to disable the new Volumetric fog blending behavior for projects that need legacy visual consistency, plus a fix ensuring LightmapGI probe update speeds actually apply in Compatibility mode. These backend corrections prevent subtle performance drains and keep cross-platform builds from behaving differently depending on the display server in use.

Release candidate: Godot 4.6.3 RC 2

A Saturday surprise

Release candidate: Godot 4.6.3 RC 2 – Godot Engine

Testing release candidates is always a balancing act between chasing down edge cases and keeping daily work moving forward. This build keeps things stable while patching the exact friction points that slow down scene iteration. Grab the update if you want to keep your editor from throwing random focus errors or freezing during GridMap edits, and report any remaining quirks back to the issue tracker before the final drop.