03-02-2021, 10:55 AM
Hi again,
Indeed this was caused by the previous fix. Comment out the
line at the end of UpdateDynamicAttachment(). This is just a workaround that will rebuild the pin constraint every frame, since a proper fix turns out to be more involved and requires a few changes in the solver.
The next update will contain a proper fix for this bug. thanks for reporting it!
Indeed this was caused by the previous fix. Comment out the
Code:
if (dirty)
line at the end of UpdateDynamicAttachment(). This is just a workaround that will rebuild the pin constraint every frame, since a proper fix turns out to be more involved and requires a few changes in the solver.
The next update will contain a proper fix for this bug. thanks for reporting it!