Hello.
I want to know how use the script make a GameObject be child with other GameObject, make parent relationship.
And How to break the parent relationship between two GameObject?
Now, I’m already can make both GameObject be parent relationship, when I let one of them AddComponent Rigidbody, I find the other GameObject (the child) didn’t act which parent (the father object have physics ability). Why and how ?
Thank you a lot of.