Remove Content Remove Debug Remove Shaders Remove UX
article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ). Editor: Improve the editor feature profiles UX ( GH-49643 ).

Beta 52
article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ). Editor: Improve the editor feature profiles UX ( GH-49643 ).

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.4 beta 3

Mircosoft Game Dev

Shaders: Add support for structs and fragment-to-light varyings ( GH-48075 ). Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ). Editor: Improve the editor feature profiles UX ( GH-49643 ).

Beta 52
article thumbnail

Release candidate: Godot 3.2.2 RC 3

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. 2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). C#: Allow debugging exported games ( GH-38115 ). The fix made in the 3.2

Beta 52
article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

Such pointer could be reported as valid even though the memory it points to was not, or worse, that memory could now hold a different object, leading to hard to debug situations. Thanks to the work of Pedro ( RandomShaper ), debug versions of Godot (e.g. 2D: Add MODULATE builtin to canvas item shaders ( GH-38432 ). feature set.

Debug 52
article thumbnail

Godot 3.4 is released with major features and UX polish

Mircosoft Game Dev

Shader language features. Such use-after-free access needs to be guarded with is_instance_valid(obj) , but this has been surprisingly difficult to get right due to a number of bugs and inconsistencies between debug and release builds. Shader language features. Large files support (> 2.0 Frame delta smoothing. and Godot 3.3.

UX 52
article thumbnail

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

Mircosoft Game Dev

Raise errors when accessing deleted objects in debug. Raise errors when accessing deleted objects in debug. but going one step too far: in debug builds in 3.2.3, This is particularly useful for files which you intend to process yourself from scripts based on their raw contents (e.g. HTML5: Threads, GDNative, AudioWorklet.