About how a node can contain multiple scripts. #5609
Replies: 2 comments 4 replies
-
There used to be a way to have a single node have multiple scripts attached to it (such as godotengine/godot#8502, but it was removed eventually. You can use multiple child nodes or inheritance instead. |
Beta Was this translation helpful? Give feedback.
-
The advantage of one script (one component or one module or one file) for one node (component or object) is that it is easy for programmers to understand and maintain, apart from the system perspective. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
About how a node can contain multiple scripts.
Beta Was this translation helpful? Give feedback.
All reactions