Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove / add particle attachment at runtime?
#2
(29-07-2020, 03:06 PM)Lockpickle Wrote: Hi, I'd be interested in removing or adding particle attachments from ropes at runtime. Is this possible? Or could this be done by adding a rigidbody and a normal Unity joint to use as a proxy?

Sure, simply add a ObiParticleAttachment component as you would with any other component, and set its target and particle group attributes to whatever you need. To remove it simply destroy the component.

let me know if you need help with this.
Reply


Messages In This Thread
RE: Remove / add particle attachment at runtime? - by josemendez - 31-07-2020, 12:23 PM