01-08-2023, 06:04 PM
(This post was last modified: 01-08-2023, 06:05 PM by Alexander34.)
(01-08-2023, 03:46 PM)josemendez Wrote: Hi,Yes, I couldn't find specific examples in Scripting Particles. Can you specifically tell me how, from the code, I can firmly attach one end of the rope to the necessary Transform so that it visually appears attached rather than just repeating the position of the connected object?
You can just set the position of the particle to whatever location you need it to be before creating the attachment, as suggested in the docs:
Note that this might lead to unphysical behavior, since you're essentially teleporting a part of the rope around.
let me know if you need further help,
kind regards