What's the proper method to make one object the child of another and inherit its transforms?
For instance, to have a player sprite pick up an object sprite (let's a say a hat), and the object sprite stays in the same relative position to the player sprite (and ideally the hat scales with the player, if necessary).