From 0b0e4ad1784ecee0db86ca2971b0c25898721d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Tue, 4 Nov 2025 17:05:32 +0100 Subject: [PATCH 1/2] [3D platformer] Fix required behavior of Physics3D --- examples/3d-platformer/3d-platformer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/3d-platformer/3d-platformer.json b/examples/3d-platformer/3d-platformer.json index df4eb5ff3..a5170ea87 100644 --- a/examples/3d-platformer/3d-platformer.json +++ b/examples/3d-platformer/3d-platformer.json @@ -1724,7 +1724,7 @@ { "name": "Physics3D", "type": "Physics3D::Physics3DBehavior", - "Object3D": "Object3D", + "object3D": "Object3D", "bodyType": "Kinematic", "bullet": false, "fixedRotation": true, @@ -1979,7 +1979,7 @@ { "name": "Physics3D", "type": "Physics3D::Physics3DBehavior", - "Object3D": "Object3D", + "object3D": "Object3D", "bodyType": "Static", "bullet": false, "fixedRotation": false, @@ -2089,7 +2089,7 @@ { "name": "Physics3D", "type": "Physics3D::Physics3DBehavior", - "Object3D": "Object3D", + "object3D": "Object3D", "bodyType": "Dynamic", "bullet": false, "fixedRotation": false, @@ -2310,7 +2310,7 @@ { "name": "Physics3D", "type": "Physics3D::Physics3DBehavior", - "Object3D": "Object3D", + "object3D": "Object3D", "bodyType": "Static", "bullet": false, "fixedRotation": false, @@ -2435,7 +2435,7 @@ { "name": "Physics3D", "type": "Physics3D::Physics3DBehavior", - "Object3D": "Object3D", + "object3D": "Object3D", "bodyType": "Static", "bullet": false, "fixedRotation": false, @@ -2473,7 +2473,7 @@ { "name": "Physics3D", "type": "Physics3D::Physics3DBehavior", - "Object3D": "Object3D", + "object3D": "Object3D", "bodyType": "Dynamic", "bullet": false, "fixedRotation": false, @@ -54834,4 +54834,4 @@ } } ] -} \ No newline at end of file +} From 855d87756556f23441abb9d0ff8bda620651bd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Tue, 4 Nov 2025 17:12:29 +0100 Subject: [PATCH 2/2] Fix end of file --- examples/3d-platformer/3d-platformer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/3d-platformer/3d-platformer.json b/examples/3d-platformer/3d-platformer.json index a5170ea87..a361d34f0 100644 --- a/examples/3d-platformer/3d-platformer.json +++ b/examples/3d-platformer/3d-platformer.json @@ -54834,4 +54834,4 @@ } } ] -} +} \ No newline at end of file