06-05-2024, 12:12 PM
(This post was last modified: 06-05-2024, 12:12 PM by josemendez.)
Hi,
You're using velocity tracking to interact with objects in your scene, but using static attachments to attach the ropes to them. As a result, there will be a delay between the attachments and the interactable.
Either use dynamic attachments, or set your interactable's movement type to kinematic.
kind regards,
You're using velocity tracking to interact with objects in your scene, but using static attachments to attach the ropes to them. As a result, there will be a delay between the attachments and the interactable.
Either use dynamic attachments, or set your interactable's movement type to kinematic.
kind regards,