Where should I report a bug about particlefx flipbook animation when frames have different sizes?
From the Defold editor, go to the ‘Help’ menu and select ‘Report Issue’.
This should open a new issue for you on GitHub.
@benjames171 thanks!
Before I report an issue I want to be sure. The graphical issue I see could be explained if the engine always render SQUARE sprites for particles. Is it so? by design?
Ciao!
Not to my knowledge no.
So what does the parameter “size” refer to? Since it is only a number (a scalar) and not a vector2 I was thinking the engine draws always a square size x size with the selected sprite… But probably I am missing something…
If rectangular sprites are also allowed then I think there is an issue with sprite animation in particlefx when different frames have different sizes (rectangular).