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 ). Bug reports. See the list below.

Beta 106
article thumbnail

Rebuilding the Untold Engine: Two Years of Progress and What’s Next

Harold Serrano

The engine includes the following systems: Rendering System Physics System Steering System Animation System Collision System (coming soon) PBR (Physically-Based Rendering) support Although the rewrite is not yet complete, the Untold Engine has reached a stage where you can create simple games. This time around, that won't be an issue.

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 9

Mircosoft Game Dev

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 ). See the GitHub issue tracker for a list of known bugs in the 4.0 Bug reports. Core: Handle corner cases for curve baking ( GH-69726 ).

Beta 98
article thumbnail

Physics X bug with trigger event?

Cocos

it works for bullet physics) Note : The collision event between two triggers is not supported in the PhysX backend.

Bug 40
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 ). Bug reports. See the list below.

Beta 81
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

We took a bit longer to prepare this beta as there were a number of fairly big GDScript refactoring PRs (needed to fix many bugs), which we wanted to merge all at once. Physics: Bind methods related to disabling collision between joint bodies ( GH-70477 ). Physics: Implement collision impulse in Godot Physics 3D ( GH-70281 ).

Beta 102
article thumbnail

Handle the collision of sprites

Cocos

best way to debug this kind of bugs is to activate physic debugging, add this to your code. onLoad() { PhysicsSystem2D.instance.debugDrawFlags = EPhysics2DDrawFlags.Aabb | EPhysics2DDrawFlags.Pair | EPhysics2DDrawFlags.CenterOfMass | EPhysics2DDrawFlags.Joint | EPhysics2DDrawFlags.Shape; }