From 94b1ae55995f15520dce252cb8f3fa6f65ff6102 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 20 Jan 2022 01:36:39 +0100 Subject: [PATCH] Document that soft bodies should be avoided for gameplay purposes --- doc/classes/SoftBody.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/SoftBody.xml b/doc/classes/SoftBody.xml index 81b97d63d27..d48eab58b5b 100644 --- a/doc/classes/SoftBody.xml +++ b/doc/classes/SoftBody.xml @@ -5,6 +5,7 @@ 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). $DOCS_URL/tutorials/physics/soft_body.html