Godot Version
4
Question
I drag and drop scene from other project to my current project and i must fix dependencies (of course )
Is there any better way that i can reuse scene from my other project?
4
I drag and drop scene from other project to my current project and i must fix dependencies (of course )
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.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.