Document known issues with CylinderShape

(cherry picked from commit 14391ef344)
This commit is contained in:
Hugo Locurcio 2022-10-19 23:48:41 +02:00 committed by Haoyu Qiu
parent 485ec0d27c
commit d7ae42dc8d

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>