Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Teleport attachment to the transform target
#8
(03-03-2022, 09:41 AM)lufydad Wrote: Ok it makes sense, but then I don't understand why even without using the Bind() function as you suggest, I have an attachment which stay hang (see. https://imgur.com/a/CmIx43l).

Bind() is automatically called when:
A) you create the attachment
B) you set the attachment's target
C) you set the attachment's particle group

If any of these are happening after you set the new particle position, then there's no need to manually call Bind(). You should only manually call it if you change the particle position while the attachment currently exists and is being simulated.
Reply


Messages In This Thread
RE: Teleport attachment to the transform target - by josemendez - 03-03-2022, 09:45 AM