10-03-2022, 09:43 AM
(This post was last modified: 10-03-2022, 09:43 AM by josemendez.)
(10-03-2022, 09:39 AM)alex798 Wrote: 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?
I recently modified the ObiParticleAttachment script for another user that had a similar requirement. You can find the modified script at the end of this thread:
http://obi.virtualmethodstudio.com/forum...age-3.html
Note this works by "cheating", in the sense that the particle is always rendered at a fixed position relative to the target, so it looks like the dynamic attachment is a static one. However the physical location of the particle won't match the visual location.