article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

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 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). As always, a bunch of nice rendering fixes!

Beta 110
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Core: Handle corner cases for curve baking ( GH-69726 ). Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Physics: Fix 2D & 3D Continuous Collision Detection sometimes adjusting velocity too much ( GH-69934 ). Core: Add feature tags to signify engine float precision ( GH-69538 ). Requires.NET SDK 6.0

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

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 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). As always, a bunch of nice rendering fixes!

Beta 85
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Core: Handle corner cases for curve baking ( GH-69726 ). Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Physics: Fix 2D & 3D Continuous Collision Detection sometimes adjusting velocity too much ( GH-69934 ). Core: Add feature tags to signify engine float precision ( GH-69538 ). Requires.NET SDK 6.0

Beta 75
article thumbnail

Among Us VR dev talks about how to create immersive worlds

Game Analytics

So many games have that question baked into their core. And many of the regular tricks that devs use to save on rendering costs are lost when building VR games. “It If the frame rate drops too much, or there’s a problem with the floor collision, and you fall off the map, it can be extra bad for the player.

Dev 91
article thumbnail

Dev snapshot: Godot 3.2.4 beta 6

Mircosoft Game Dev

Multiple fixes to one-way collisions , handling many cases where collisions would not work reliably. Multiple fixes to one-way collisions (new in beta 6). Physics: Fix multiple issues with one-way collisions ( GH-42574 ). Rendering: Disable lights for objects with baked lighting ( GH-41629 ).

Beta 52
article thumbnail

New improvements for GPUParticles in Godot 4.0

Mircosoft Game Dev

Allows collisions against the physics world. Baked SDF Collision. Still, for complex interiors, creating all the collisions with boxes and spheres can be a hassle. It bakes an area of a custom resolution as a signed distance field. For this, heightfield collision has more advantages. Less flexible.