24-01-2024, 07:56 AM
(23-01-2024, 06:37 PM)HPx___ Wrote: Hi,
I would like to teleport a rope in Unity.
Teleport method move only one end of the rope.
How to move the whole rope in one time, without streching it ?
Thanks,
Hi,
rope.Teleport() teleports the entire rope, as it iterates trough all particles in it. Note that it there's active attachments on the rope, teleporting won't "undo" the attachments so the rope will stretch unless you remove the attachments first.
could you explain your use case in a bit more detail?
kind regards,