Edit of asset "Composition" Accepted

Old/Current New/Edit
Title Composition
Description A component-based architecture for Godot. Allows to extend the functionality of a node.
Compatible with Godot 4.1 - 4.4+

Features
- Create components that extend the functionality of a node.
- Easy creation and management of components from the editor.
- Work with components as with regular nodes.
- Components can be created as scenes or scripts.
- Supported nested scenes
- Fully documented.

Composition is a different approach to inheritance. It allows to extend the functionality of a node without modifying the node's code.
Inheritance is a way to extend the functionality of a node by modifying the node's code. It is useful when you want to add new functionality to an existing node.
Composition is a way to extend the functionality of a node by adding new nodes as children of the node. It is useful when you want to add new functionality to an existing node without modifying the node's code.
A component-based architecture for Godot. Allows to extend the functionality of a node.
Compatible with Godot 4.1 - 4.4+

Features
- Create components that extend the functionality of a node.
- Easy creation and management of components from the editor.
- Work with components as with regular nodes.
- Components can be created as scenes or scripts.
- Supported nested scenes
- Fully documented.

Composition is a different approach to inheritance. It allows to extend the functionality of a node without modifying the node's code.
Inheritance is a way to extend the functionality of a node by modifying the node's code. It is useful when you want to add new functionality to an existing node.
Composition is a way to extend the functionality of a node by adding new nodes as children of the node. It is useful when you want to add new functionality to an existing node without modifying the node's code.
Category Scripts
License MIT
Repository Provider Custom
Repository Url https://github.com/Nordsoft91/godot-composition
Issues Url https://github.com/Nordsoft91/godot-composition/issues
Godot version Godot 4.1 Godot 4.1
Version String 1.1.2 1.1.1
Download Commit https://github.com/Nordsoft91/godot-composition/releases/download/1.1.2/composition_1.1.2.zip https://github.com/Nordsoft91/godot-composition/releases/download/1.1.1/composition_1.1.1.zip
Download Url (Computed) https://github.com/Nordsoft91/godot-composition/releases/download/1.1.2/composition_1.1.2.zip https://github.com/Nordsoft91/godot-composition/releases/download/1.1.1/composition_1.1.1.zip
Icon Url https://raw.githubusercontent.com/Nordsoft91/godot-composition/refs/heads/main/docs/composition_icon.png