-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Particle jitter on low speed scale, when the SceneTree is paused or when process mode is Disabled due to interpolation #50824
Comments
The interpolation likely doesn't take the time scale into account. Can you reproduce this if you disable interpolation in the GPUParticles2D node? |
You mean |
GPUParticles3D has this property: It looks like it wasn't ported to GPUParticles2D yet: #55357 |
This problem is not only happening on slow time scales - it's only making it more visible. |
To work around this, disabling Interpolation and setting Fixed Fps to 0 (or a very high value such as 1000) seems to do the trick. |
This may be due to #51318. |
Godot version
cf8e9fd
System information
W10
Issue description
When you set
speed_scale
of particles to low value, e.g. 0.1, this happens:Steps to reproduce
time_scale
to 0.1Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: