I’m able to dynamically change particle position with the “setPositions” method of ParticleScaleState:
(animator.getAnimationStateByName("ParticlePositionLocalDynamic") as ParticlePositionState).setPositions(<a >);
But scale is trickier. There’s no “setScales” on ParticleScaleState. Is it possible to do dynamically change particle scale?
EDIT: Sorry about the multiple posts. The forum was giving me an error message when I clicked submit “unable to receive your submission at this time”, but was apparently actually posting correctly. And there seems to be no way for me to delete the extra posts.