瀏覽代碼

Document that soft bodies should be avoided for gameplay purposes

Hugo Locurcio 3 年之前
父節點
當前提交
94b1ae5599
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/SoftBody.xml

+ 1 - 0
doc/classes/SoftBody.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
 		A deformable physics body. Used to create elastic or deformable objects such as cloth, rubber, or other flexible materials.
 		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>
 	</description>
 	<tutorials>
 	<tutorials>
 		<link>$DOCS_URL/tutorials/physics/soft_body.html</link>
 		<link>$DOCS_URL/tutorials/physics/soft_body.html</link>