Remove Code Remove Culling Remove Shaders Remove UX
article thumbnail

Release candidate: Godot 3.2.2 RC 3

Mircosoft Game Dev

2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). 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 ). Shaders: Add shader time scaling ( GH-38995 ).

Beta 52
article thumbnail

Godot 3.4 is released with major features and UX polish

Mircosoft Game Dev

Rendering: Portal occlusion culling. Shader language features. 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. Shader language features.

UX 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

Release candidate: Godot 3.2.2 RC 2

Mircosoft Game Dev

2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). 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 ). Shaders: Add shader time scaling ( GH-38995 ).

Beta 52
article thumbnail

Release candidate: Godot 3.2.2 RC 1

Mircosoft Game Dev

2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). 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 ). Shaders: Add shader time scaling ( GH-38995 ).

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. 2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). Core: Fixed false positives in the culling system ( GH-37863 ).

Debug 52
article thumbnail

Dev snapshot: Godot 3.2.2 beta 4

Mircosoft Game Dev

2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). 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 ). 2D: Implement skew in Node2D ( GH-38394 ). CSG: Various bug fixes ( GH-38011 ).

Beta 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. Platforms: Godot editor on the Web!