Files
Aurélien Vivet ba7903f54c feat(physics3d): support hot reload of shape and physics properties
Extract the field initialization from the constructor into a private
`_applyBehaviorData` helper, and reuse it for both the constructor
(full data) and the hot-reload hook `applyBehaviorOverriding` (diff
containing only changed fields). When any shape-related property is
present in the diff, the body is rebuilt via `recreateBody()`.

Previously the default `applyBehaviorOverriding` returned false, so
hot reload of Physics3D properties was silently dropped, forcing a
full restart of the app or closing and reopening the tab to see any
tweak made in the editor.
2026-05-13 22:18:57 +02:00
..
2026-05-04 17:40:26 +02:00

Physics 3D Behaviors for GDevelop

This is the 3D physics engine for GDevelop, based on Jolt Physics (WebAssembly, version 0.30.0).