浏览代码

Merge pull request #56983 from Calinou/doc-softdynamicbody3d-no-gameplay

Rémi Verschelde 3 年之前
父节点
当前提交
904bc403a0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/SoftDynamicBody3D.xml

+ 1 - 0
doc/classes/SoftDynamicBody3D.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 [SoftDynamicBody3D]. 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 title="SoftBody">$DOCS_URL/tutorials/physics/soft_body.html</link>