19-08-2021, 11:05 AM
I got it to work when adding
as the very last lines in the function.
Code:
Rod.lineObj.GetComponent<ObiRope>().enabled = false;
Rod.lineObj.GetComponent<ObiRope>().enabled = true;
as the very last lines in the function.