Improve documentation on "physics spiral of death" in ProjectSettings

- Link to Troubleshooting physics issues documentation page in various
  locations in the class reference.
This commit is contained in:
Hugo Locurcio
2024-10-16 22:48:51 +02:00
parent db66bd35af
commit 302bba333f
12 changed files with 21 additions and 1 deletions

View File

@ -8,6 +8,8 @@
When [AnimatableBody3D] is moved, its linear and angular velocity are estimated and used to affect other physics bodies in its path. This makes it useful for moving platforms, doors, and other moving objects.
</description>
<tutorials>
<link title="Physics introduction">$DOCS_URL/tutorials/physics/physics_introduction.html</link>
<link title="Troubleshooting physics issues">$DOCS_URL/tutorials/physics/troubleshooting_physics_issues.html</link>
<link title="3D Physics Tests Demo">https://godotengine.org/asset-library/asset/2747</link>
<link title="Third Person Shooter (TPS) Demo">https://godotengine.org/asset-library/asset/2710</link>
<link title="3D Voxel Demo">https://godotengine.org/asset-library/asset/2755</link>