Browse Source

Merge pull request #56984 from Calinou/doc-softbody-no-gameplay-3.x

Rémi Verschelde 3 years ago
parent
commit
e33f8df9ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/SoftBody.xml

+ 1 - 0
doc/classes/SoftBody.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		A deformable physics body. Used to create elastic or deformable objects such as cloth, rubber, or other flexible materials.
+		[b]Note:[/b] There are many known bugs in [SoftBody]. Therefore, it's not recommended to use them for things that can affect gameplay (such as a player character made entirely out of soft bodies).
 	</description>
 	<tutorials>
 		<link>$DOCS_URL/tutorials/physics/soft_body.html</link>