How can I duplicate a scene in godot? (Godot 4)

Godot Version

Godot 4

Question

I am making a game and right now finished with the level 1 so instead of creating all the things from scratch again is there is any way to duplicate it to the level 2 scene.

you can create a new scene with a root node2d and then put your old scene inside it, press right-click and select “make local”

hey there, thanks for replying. I tried exactly as you said but it’s not working for me.

You could duplicate the .tscn file or use “New inherited Scene” this would be better to create a “base” level that has everything you need to be built on top of.

1 Like