Is there a way to translate things done using Scene Editor to code?

So i made a few scenes using SKScene editor but would like to have it in code, is there a way to do so?

@aliiiiiiceee - you can’t convert a SKScene created in the editor to code, but you can create SKScenes in code and add SKNodes to the scene.

So you don’t have to use the editors at all.