13-02-2025, 03:09 PM
(This post was last modified: 13-02-2025, 03:15 PM by josemendez.)
(13-02-2025, 02:49 PM)drone Wrote: [color=#333333][size=small][font=Tahoma, Verdana, Arial, sans-serif]Hi, in my company we have Obirope asset and i have a few problems setting it up.
How are the objects the rope is attached to set up? Do they have colliders near the rope? If so, make sure the rope is not colliding against them at the attached positions, otherwise collisions may force the rope out of the collider as explained in "attachments inside colliders":
https://obi.virtualmethodstudio.com/manu...ments.html
Another possible cause would be that your solver has interpolation enabled and is using asynchronous mode. Both settings will add a 1-frame delay w.r.t. other objects in the scene, so that could be affecting as well.
(13-02-2025, 02:49 PM)drone Wrote: Another issue is that I have problems with setting up rope as cable so it will behave more like cable, not like rope. Any suggestions?
Not sure what differences between a cable and a rope you have in mind. Could you be more specific?
(13-02-2025, 02:49 PM)drone Wrote: And fps drop (-20fps) but I assume it's caused by multiple ropes, for now I just want rope endings to attach.
Make sure the Burst compiler is enabled in Unity's preferences, and that the jobs debugger is disabled. Otherwise performance won't be very good.
As a side note, your solver only uses 2 steps and multiple iterations for most constraints. In most cases this is suboptimal, you'd get both higher quality and faster simulation by using only 1 iteration and 4-6 substeps. See: https://obi.virtualmethodstudio.com/manu...gence.html
kind regards,