Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Rope extension, vibration and collision
#2
(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,
Reply


Messages In This Thread
RE: Rope extension, vibration and collision - by josemendez - 19-04-2025, 09:09 AM