Skip to content

Commit 4010ab4

Browse files
authored
Merge pull request #9829 from Calinou/particles-no-physics-interpolation
Document physics interpolation not being supported in 2D particles yet
2 parents 7f8387e + 1cb5f0a commit 4010ab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/2d/particle_systems_2d.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ This setting can be used to set the particle system to render at a fixed
199199
FPS. For instance, changing the value to ``2`` will make the particles render
200200
at 2 frames per second. Note this does not slow down the particle system itself.
201201

202+
.. note::
203+
204+
Godot 4.3 does not currently support physics interpolation for 2D particles.
205+
As a workaround, disable physics interpolation for the particles node by setting
206+
**Node > Physics Interpolation > Mode** at the bottom of the inspector.
207+
202208
Fract Delta
203209
~~~~~~~~~~~
204210

0 commit comments

Comments
 (0)