Skip to content

Commit f62bd3c

Browse files
authored
Merge pull request #11803 from Nintorch/clarify-physics-determinism
Clarify physics engine determinism
2 parents 85e0915 + 7b1213c commit f62bd3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tutorials/physics/physics_introduction.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ In this guide, you will learn:
2323
and collision shape has a direct equivalent in 3D and in most cases
2424
they work in much the same way.
2525

26+
.. warning:: Physics in Godot, regardless of physics engine, is **not** deterministic,
27+
the nature of physics engine determinism is very complex and has to do with many factors,
28+
this means physics is not guaranteed to run the same way for seemingly identical situations.
29+
2630
Collision objects
2731
-----------------
2832

0 commit comments

Comments
 (0)