article thumbnail

New improvements for GPUParticles in Godot 4.0

Mircosoft Game Dev

Allows collisions against the physics world. To solve this, it is now possible to emit particles manually by calling a function from the script API: Sub-Emitters. Emitting particles manually is not only possible from script. Baked SDF Collision. It bakes an area of a custom resolution as a signed distance field.

article thumbnail

Navigation Server for Godot 4.0

Mircosoft Game Dev

Runtime navigation mesh baking. Collision avoidance support. Now the NavigationRegion can be added during gameplay, and it's possible to change its transform or even bake the navigation mesh data at runtime. The agent is also responsible for avoiding collisions. Collision avoidance dynamic map updates. Character.

Agent 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 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 ). Navigation: Fix for navmesh baking when parsing StaticBody colliders ( GH-70904 ).

Beta 110
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 ). Networking: Prevent HTTPRequest from polling invalid client ( GH-64472 ).

Baking 52
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 ). Navigation: Fix for navmesh baking when parsing StaticBody colliders ( GH-70904 ).

Beta 85
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 ). Networking: Prevent HTTPRequest from polling invalid client ( GH-64472 ).

Baking 40
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 ). Here are the main changes since 3.5-stable:

Render 52