Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Particle Attachments at runtime
#2
I got it to work when adding


Code:
Rod.lineObj.GetComponent<ObiRope>().enabled = false;
Rod.lineObj.GetComponent<ObiRope>().enabled = true;


as the very last lines in the function.
Reply


Messages In This Thread
Particle Attachments at runtime - by fishing-rod - 19-08-2021, 09:57 AM
RE: Particle Attachments at runtime - by fishing-rod - 19-08-2021, 11:05 AM