I’m able to dynamically change particle position with the “setPositions” method of ParticleScaleState:
(animator.getAnimationStateByName("ParticlePositionLocalDynamic") as ParticlePositionState).setPositions(positions);
But scale is trickier. There’s no “setScales” on ParticleScaleState. Is it possible to do dynamically change particle scale?