19-04-2025, 09:09 AM
(19-04-2025, 08:00 AM)0hsyn1 Wrote: Hello,
I am developing a project using the system in your Hook project as a reference. I can lengthen and shorten the rope, but the rope has problems interacting with colliders, as far as I understand the particle count is low. How can I increase this?
Hi,
Increase the rope blueprint's resolution, which in your code is currently set to 0.5f. See the manual for details:
https://obi.virtualmethodstudio.com/manu...setup.html
You can also enable surface collisions. See:
https://obi.virtualmethodstudio.com/manu...sions.html
kind regards,