Remove Content Remove Debug Remove Texture Remove UX
article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). 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. C#: Allow debugging exported games ( GH-38115 ). Debug: Add a suffix to the window title when running from a debug build ( GH-33148 ).

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

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). 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

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. C#: Allow debugging exported games ( GH-38115 ). feature set.

Debug 52
article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). 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

Godot 3.4 is released with major features and UX polish

Mircosoft Game Dev

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. Fixes depth sorting of meshes with transparent textures ( GH-50721 ). and Godot 3.3. General usability improvements.

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, "2D Pixel" preset for textures), but until there was no easy way to configure all presets easily in a unified interface. New CPU lightmapper.