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

Document known issues with CylinderShape (3.x)
This commit is contained in:
Matthew 2022-10-31 11:47:48 -04:00 committed by GitHub
commit eb0b5d38d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>