article thumbnail

[WIP] Voxel World Engine (Minecraft-like world generation)

Cocos

Added a few performance fixes and proper water mesh material, still need to fix the collision and add the world reference to the chunk to fill a few faces Next steps: Add service workers to generate the world faster Add biomes layer generation Add dynamic mesh for dig mechanics

Mesh 52
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: String and StringName are now mostly cross-compatible throughout the engine API, as well as in various GDScript-specific expressions and statements ( GH-68747 ). Core: Add feature tags to signify engine float precision ( GH-69538 ).

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

Unreal Engine 5 FPS: Create A Zombie Horde Shooter

Awesome Tuts

In this tutorial you’ll create a zombie horde shooter game with Unreal Engine 5 using blueprints. The game is simple but is packed with tons of behind the scenes features that will allow you to understand the “why” behind the “how” a game is created in Unreal Engine 5. Creating The Project. to open it.

Engine 52
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

OBJ mesh import now supports vertex colors as exported by Blender ( GH-71033 ). 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 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 110
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: String and StringName are now mostly cross-compatible throughout the engine API, as well as in various GDScript-specific expressions and statements ( GH-68747 ). Core: Add feature tags to signify engine float precision ( GH-69538 ).

Beta 75
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.

article thumbnail

Navigation Server for Godot 4.0

Mircosoft Game Dev

Runtime navigation mesh baking. Collision avoidance support. The Map represents the entire world, it's similar to the space for the physics engine, but this one is used for the navigation. The agent is also responsible for avoiding collisions. The NavigationObstacle is really simple, and it's used for collision avoidance.

Agent 52