So I have a scene where I am creating presets, and a few of them have children. When I try to createInstance of the preset None of the children come through, even though I can see them in the presets._children array, but they do not appear in the new instance. Ive noticed they have the flag of hasChildren = -1, or something like that, would that be causing them to get skipped? Also I tried to do a workaround where i looped through the child array and created instances of them, but that e