article thumbnail

Godot 3.4 is released with major features and UX polish

Mircosoft Game Dev

Rendering: Portal occlusion culling. To simplify some of the most common constructs in input handling code for character movement, Aaron Franke ( aaronfranke ) added two new helper methods : Input.get_axis() and Input.get_vector(). Portal occlusion culling. Core: Promote object validity checks to release builds. normalized().

UX 52
article thumbnail

Release candidate: Godot 3.2.2 RC 3

Mircosoft Game Dev

Note: Breaks compatibility for users of this plugin, but it's easy to adapt your code. Core: Fixed false positives in the culling system ( GH-37863 ). Files: Improve UX of drive letters ( GH-36639 ). HTML5: Switch key detection from keyCode to code ( GH-39298 ). Core: Fix dangling Variants ( GH-38119 ).

Beta 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 3.2.2 beta 4

Mircosoft Game Dev

Core: Fixed false positives in the culling system ( GH-37863 ). Files: Improve UX of drive letters ( GH-36639 ). HTML5: Switch key detection from keyCode to code ( GH-39298 ). Core: Fix leaks and crashes in OAHashMap ( GH-38828 ). CSG: Various bug fixes ( GH-38011 ). Editor: Add rotation widget to 3D viewport ( GH-33098 ).

Beta 52
article thumbnail

Release candidate: Godot 3.2.2 RC 2

Mircosoft Game Dev

Core: Fixed false positives in the culling system ( GH-37863 ). Files: Improve UX of drive letters ( GH-36639 ). HTML5: Switch key detection from keyCode to code ( GH-39298 ). C#: Fix exported values not updated in the remote inspector ( GH-38940. Core: Ensure COWData does not always reallocate on resize ( GH-37373 ).

Beta 52
article thumbnail

Release candidate: Godot 3.2.2 RC 1

Mircosoft Game Dev

Core: Fixed false positives in the culling system ( GH-37863 ). Files: Improve UX of drive letters ( GH-36639 ). HTML5: Switch key detection from keyCode to code ( GH-39298 ). C#: Fix exported values not updated in the remote inspector ( GH-38940. Core: Ensure COWData does not always reallocate on resize ( GH-37373 ).

Beta 52
article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

when running in the editor, or exporting a debug build) will properly handle such situations and, when using the debugger, provide a clear error message so that the user code can be adapted to prevent the issue. Core: Fixed false positives in the culling system ( GH-37863 ). Files: Improve UX of drive letters ( GH-36639 ).

Debug 52
article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

macOS: ARM64 build, code signing. Fabio Alessandrelli ( Faless ) has done a lot of work to enable running the Godot editor on the Web, using the same export code as for Godot-made games (since the Godot editor is developed 100% with the Godot API). macOS: ARM64 build, code signing. Various light culling fixes.