article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

A couple fixes to the text resource loader which could impact notably reloading scripts ( GH-71170 ). Physics fixes and improvements for sphere-capsule, sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70660 , GH-70787 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). See the list below.

Beta 110
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

A couple fixes to the text resource loader which could impact notably reloading scripts ( GH-71170 ). Physics fixes and improvements for sphere-capsule, sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70660 , GH-70787 ). Export: Fix missing “debug”/”release” export presets feature tags ( GH-71274 ).

Beta 85
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

Maintenance release: Godot 3.5.1

Mircosoft Game Dev

Animation: Fix AnimationNode has_filter not being called in scripts ( GH-64560 ). GUI: Expose Tabs set / get_tab_button_icon() to scripting ( GH-64707 ). Navigation: Exclude disabled StaticBody collisions from NavigationMesh baking ( GH-65775 ). Rendering: Portals: Show RayCast debug helper ( GH-65686 ).

Baking 52
article thumbnail

Release candidate: Godot 3.5.1 RC 2

Mircosoft Game Dev

Animation: Fix AnimationNode has_filter not being called in scripts ( GH-64560 ). GUI: Expose Tabs set / get_tab_button_icon() to scripting ( GH-64707 ). Navigation: Exclude disabled StaticBody collisions from NavigationMesh baking ( GH-65775 ). Physics: Hack a hot fix for Bullet's collision margin regression ( GH-64875 ).

Render 52
article thumbnail

Godot Engine reaches 2.0 stable

Mircosoft Game Dev

Initializing class member variables can be quite of a hassle, code such as this is common in GDScript: The 'onready' keyword allows initialization of class member variables at the same time when _ready is called, saving some code: But doing this for autoloaded scenes can still be a hassle, as it has to be done every time a script is created.

Engine 52
article thumbnail

Maintenance release: Godot 3.5.1

Mircosoft Game Dev

Animation: Fix AnimationNode has_filter not being called in scripts ( GH-64560 ). GUI: Expose Tabs set / get_tab_button_icon() to scripting ( GH-64707 ). Navigation: Exclude disabled StaticBody collisions from NavigationMesh baking ( GH-65775 ). Rendering: Portals: Show RayCast debug helper ( GH-65686 ).

Baking 40
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. Physics: Many fixes to one-way collisions. Fixes to KinematicBody collisions. Cylinder collision shape for GodotPhysics. Raise errors when accessing deleted objects in debug. but going one step too far: in debug builds in 3.2.3, New CPU lightmapper.