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

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 ). Export: Fix missing "debug"/"release" export presets feature tags ( GH-71274 ). Navigation: Fix for navmesh baking when parsing StaticBody colliders ( GH-70904 ). Add expand modes to TextureRect ( GH-58517 ).

Beta 110
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 40
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 ). Export: Fix missing “debug”/”release” export presets feature tags ( GH-71274 ). Navigation: Fix for navmesh baking when parsing StaticBody colliders ( GH-70904 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 85
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 ). Rendering: Portals: Show RayCast debug helper ( GH-65686 ).

Render 52
article thumbnail

Use Custom Render Pipeline to Enhance your Game Graphics - Guide to Cocos Cyberpunk Source Code

Cocos

It includes three passes. DeferredGBufferPass DeferredLightingPass DeferredPostPass Pipeline Selection Next, let’s see how to decide which rendering pipeline to be used in Cocos Cyberpunk.

Render 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, It was reusing parts of the code for baking GIProbes, and that made it quick but not great in terms of quality. HTML5: Threads, GDNative, AudioWorklet.