Hi,
I am trying to work out how to make a child on collision that sticks to an already moving paddle. As the code I am using is not in an void OnCollisionEnter2D(Collision2D coll) function, calling transform.parent = col.transform; is not going to work.
My paddle has the tag of paddle and the child is tagged as character.
Thanks in advance,
Kittik