We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f8387e + 1cb5f0a commit 4010ab4Copy full SHA for 4010ab4
tutorials/2d/particle_systems_2d.rst
@@ -199,6 +199,12 @@ This setting can be used to set the particle system to render at a fixed
199
FPS. For instance, changing the value to ``2`` will make the particles render
200
at 2 frames per second. Note this does not slow down the particle system itself.
201
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
208
Fract Delta
209
~~~~~~~~~~~
210
0 commit comments