Hello Jose,
Thank you very much for your answer.
The cabin is moved in the FixedUpdate(), but the idea with the OnBeginStep is very interesting, I would have to try it out.
Regarding the rigidbody, the cabin itself doesn't have one, if that's what you mean. The object that hangs on the ends of the rope does.
The solver is not a child of the cabin, it doesn't have a parent that it follows directly.
If I understand this correctly, the procedure would be to ask for the solver to be updated in the code before moving the cabin, right? If so, then I will try it out.
Thank you very much in advance!
Best regards,
Alexej
Thank you very much for your answer.
The cabin is moved in the FixedUpdate(), but the idea with the OnBeginStep is very interesting, I would have to try it out.
Regarding the rigidbody, the cabin itself doesn't have one, if that's what you mean. The object that hangs on the ends of the rope does.
The solver is not a child of the cabin, it doesn't have a parent that it follows directly.
If I understand this correctly, the procedure would be to ask for the solver to be updated in the code before moving the cabin, right? If so, then I will try it out.
Thank you very much in advance!
Best regards,
Alexej