Reuse scene from other project

Godot Version

4

Question

I drag and drop scene from other project to my current project and i must fix dependencies (of course :sweat_smile:)
Is there any better way that i can reuse scene from my other project?

Builtin scripts and resources can be copied easier, though they aren’t easier to work with. Down to file system structure I suppose, if you can manage all dependencies into one folder then you can copy that folder into the same place in a new project; it’s how the AssetLib works with the ‘addons’ folder.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.