mob-sakai/ParticleEffectForUGUI

Is custom simulation space broken?

Open

#293 geöffnet am 30. Jan. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C# (524 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (3.441 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 54T 9h) (2 gemergte PRs in 30 T)

Beschreibung

I am updating from 3.3.9, and since then the behaviour of custom simulation space seems to have changed. I've got a particle effect inside a scroll rect with simulation space set to custom. When I move the scrollrect, I expect particles to just move with it, preserving their shape, but instead they move up and down way too far. It looks like this is a bug, or maybe custom simulation space is not supported in the current version?

Expected behaviour: particles keep moving up and down in this sin curve like pattern when I scroll

image

Observed behaviour: particles move all over the screen.

image

Also, scene preview breaks

image

I have modified the included demo scene to show this behaviour. To reproduce, open the scene and scroll up and down.

CustomSimulationSpaceBehaviourExample.zip

Contributor Guide