From 14391ef344a80381deb2e71a7817507893efba15 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 19 Oct 2022 23:48:41 +0200 Subject: [PATCH] Document known issues with CylinderShape --- doc/classes/CylinderShape.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/CylinderShape.xml b/doc/classes/CylinderShape.xml index 9f1b560a32c..e724ad59507 100644 --- a/doc/classes/CylinderShape.xml +++ b/doc/classes/CylinderShape.xml @@ -5,6 +5,7 @@ Cylinder shape for collisions. + [b]Note:[/b] When using GodotPhysics instead of the default Bullet physics engine, there are several known bugs with cylinder collision shapes. Using [CapsuleShape] or [BoxShape] instead is recommended. https://godotengine.org/asset-library/asset/678