article thumbnail

Dev snapshot: Godot 4.0 alpha 15

Mircosoft Game Dev

While this process is ongoing, we'll keep releasing alpha builds so here's 4.0 This alpha doesn't include official builds with.NET 6 support yet, as we still have more work to do to enable this. For users of previous alphas, we don't always have compatibility code to ease transition. alpha builds.

Alpha 52
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

Over the course of the last four months the engine has seen many changes, making it more stable and feature complete, and it's getting very close to the state that we would be happy with. More engine enums are now bound with BitField, making their usage more type-safe, especially in C# ( GH-71037 , GH-71045 , GH-71116 ). beta releases.

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

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. This allows approximate complex collisions with geometry (without having to test the actual geometry, which is expensive). Less flexible. Particles in Godot 4.0

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 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). Physics: Analytic sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70787 ). See the list below.

Beta 110
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

Over the course of the last four months the engine has seen many changes, making it more stable and feature complete, and it’s getting very close to the state that we would be happy with. More engine enums are now bound with BitField, making their usage more type-safe, especially in C# ( GH-71037 , GH-71045 , GH-71116 ). beta releases.

Beta 81
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 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). Physics: Analytic sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70787 ). See the list below.

Beta 85
article thumbnail

Physics progress report #1

Mircosoft Game Dev

Hopefully, in the near future, it will be solid enough to run periodically to spot engine regressions in an automatic way. As announced before , Godot Physics will become the default physics engine for Godot 4.0. Cylinder collision shape. Heightmap collision shape. We're almost there! Bug fixing. Godot Physics features.