Scene or script reuse

Godot Version

Godot 4.3

Question

I am a beginner with Godot. I would like to know if it is possible to package a scene or script into something like a C# assembly for reuse.

No, I don’t think it is.

For sharing across projects I simply ensure all my component folders contain the scene, the scripts, the assets used etc. I can then just copy and paste the folder into my new project and voila.

There are also these script templates that I have never had time to investigate.

You can also create your own nodes, encapsulating behaviours as needed. Again, I have not had the need to try this yet but it is possible at the editor level by creating your own plugins.

Hope that helps.

1 Like

very thankful