Transform.parent - function Start or function Update

Hi,

I need to do some script based parenting. Can I just use function Start to set this at the beginning, or does it need to continually update via function Update?

Thanks!

You can do it where you want. I use it on OnMouseDown and OnMouseUp for example.

It all depends on when you want the parenting to appear.

Thanks much!