In this lesson we look at the handy Unity feature of GameObject parenting, which can be done either directly in the editor or in code. When you parent GameObjects, the child object inherits the transform property of the parent. You can also use this feature to group GameObjects that logically belong together. This lesson also looks at how to reference GameObjects that were instantiated in code.