Obi Official Forum
Help How to move an obi rope to another scene - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: General (https://obi.virtualmethodstudio.com/forum/forum-5.html)
+--- Thread: Help How to move an obi rope to another scene (/thread-2650.html)

Pages: 1 2


RE: How to move an obi rope to another scene - KnotANumber - 15-02-2021

(03-02-2021, 10:55 AM)josemendez Wrote: Hi again,

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!

Thanks! That's good to read!