Document known issues with CylinderShape

This commit is contained in:
Hugo Locurcio 2022-10-19 23:48:41 +02:00
parent 2342f174a4
commit 14391ef344
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -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>