10-03-2022, 09:39 AM
(10-03-2022, 09:32 AM)josemendez Wrote: If the attachment is static, the target transform position and orientation is simply copied to the particle.So thats yhe problem- I have dynamic attachment and sometimes there are a slight distance between particle and attached target (which wasn't originally) so I need to move either particles to target or otherwise so that other component stay in place... How can i do this?
If the attachment is dynamic, target transform movement (be it a rigidbody or not) will be applied to the particle as a force, which in turn will move the particle.
Either way if you move the target, any attached particles will move with it.