gastoncks I'm making a particule effet with GPUParticules3D with a quad, the probleme is that i can't change quad scale, (i want to make scale curve) I already try with other mesh and it work, i can change the scale manually but it is a little problematic
Gowydot gastoncks I'm a bit late, but in my case the problem was that I was using a quadmesh with a particle billboard material. If you do that and want the scale curves to work you need to enable the property "Keep Scale" in the material, below the billboard mode. https://www.reddit.com/r/godot/comments/17rnoqe/gpuparticles3d_dont_change_size_when_i_adjust_the/ maybe?
gastoncks Gowydot thank you i have to enable the property "Keep Scale" in the material now it's working