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 @@
For game objects that don't require complex movement or collision detection, such as moving platforms, [AnimatableBody3D] is simpler to configure.
</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="Kinematic character (2D)">$DOCS_URL/tutorials/physics/kinematic_character_2d.html</link>
<link title="3D Kinematic Character Demo">https://godotengine.org/asset-library/asset/2739</link>
<link title="3D Platformer Demo">https://godotengine.org/asset-library/asset/2748</link>