Turns out, that instantiating a prefab as a child is a pretty simple process. You just need the Instantiate function and a few variables to track its parent and position. In Unity to spawn a prefab as a child of another object you just need to assign it to the desired parent object.