I have looked everywhere and I cannot figure out how to find a child’s parent in script. In flash, director, javascript, etc. it is usually just _parent or parent. I have quite a few objects that are not being destroyed with Destroy(gameObject); - most of the objects need an empty parent GameObject to fix rotation issues that deal with local vs. world space, etc.