Browse Source

Merge pull request #67649 from Calinou/doc-cylindershape3d-bugs-3.x

Document known issues with CylinderShape (3.x)
Matthew 2 years ago
parent
commit
eb0b5d38d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/CylinderShape.xml

+ 1 - 0
doc/classes/CylinderShape.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		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.
 	</description>
 	<tutorials>
 		<link title="Third Person Shooter Demo">https://godotengine.org/asset-library/asset/678</link>